Merge pull request #2067 from cheahjs/feat/dependabot-updates

feat: update dependabot for python and github actions
This commit is contained in:
Timothy Jaeryang Baek 2024-05-07 22:43:21 -07:00 committed by GitHub
commit 1ea91f9060
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,12 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/backend"
directory: '/backend'
schedule:
interval: daily
time: "13:00"
groups:
python-packages:
patterns:
- "*"
time: '13:00'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
# Check for updates to GitHub Actions every week
interval: 'weekly'