Merge pull request #12515 from gaby/fix-dependabot

chore: Fix dependabot configuration
This commit is contained in:
Timothy Jaeryang Baek 2025-04-06 13:41:18 -07:00 committed by GitHub
commit 6323b9f4f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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