|
@@ -1,12 +1,20 @@
|
|
version: 2
|
|
version: 2
|
|
updates:
|
|
updates:
|
|
- - package-ecosystem: pip
|
|
|
|
- directory: '/backend'
|
|
|
|
|
|
+ - package-ecosystem: uv
|
|
|
|
+ directory: '/'
|
|
|
|
+ schedule:
|
|
|
|
+ interval: monthly
|
|
|
|
+ target-branch: 'dev'
|
|
|
|
+
|
|
|
|
+ - package-ecosystem: npm
|
|
|
|
+ directory: '/'
|
|
schedule:
|
|
schedule:
|
|
interval: monthly
|
|
interval: monthly
|
|
target-branch: 'dev'
|
|
target-branch: 'dev'
|
|
|
|
+
|
|
- package-ecosystem: 'github-actions'
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
directory: '/'
|
|
schedule:
|
|
schedule:
|
|
# Check for updates to GitHub Actions every week
|
|
# Check for updates to GitHub Actions every week
|
|
interval: monthly
|
|
interval: monthly
|
|
|
|
+ target-branch: 'dev'
|