21 lines
423 B
YAML
21 lines
423 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: uv
|
|
directory: '/'
|
|
schedule:
|
|
interval: monthly
|
|
target-branch: 'dev'
|
|
|
|
- package-ecosystem: pip
|
|
directory: '/backend'
|
|
schedule:
|
|
interval: monthly
|
|
target-branch: 'dev'
|
|
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
schedule:
|
|
# Check for updates to GitHub Actions every week
|
|
interval: monthly
|
|
target-branch: 'dev'
|