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