1
0
Fork 0
mirror of synced 2024-06-26 10:00:19 +12:00

Update dependabot.yml

This commit is contained in:
Nick Sweeting 2024-06-04 03:40:22 -07:00 committed by GitHub
parent f574d34357
commit 59fa687768
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,8 +5,21 @@
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
- package-ecosystem: "pip"
directory: "/"
target-branch: "dev"
schedule:
interval: "weekly"
interval: "monthly"
groups:
pip:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/"
target-branch: "dev"
schedule:
interval: "monthly"
groups:
npm:
patterns:
- "*"