Fix dependabot configuration

This commit is contained in:
Juan Calderon-Perez 2025-04-06 13:58:17 -04:00 committed by GitHub
parent 9ea6cea0ba
commit d266490862
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,20 @@
version: 2
updates:
- package-ecosystem: pip
directory: '/backend'
- package-ecosystem: uv
directory: '/'
schedule:
interval: monthly
target-branch: 'dev'
- package-ecosystem: npm
directory: '/'
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'