Dependabot: weekly and grouped updates

This commit is contained in:
Dan Yeaw 2024-02-25 14:05:50 -05:00 committed by GitHub
parent 6f00432035
commit e5705ae98c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,21 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
groups:
github-action-updates:
patterns:
- "*"
schedule:
interval: "daily"
interval: weekly
labels: ["skip-changelog"]
- package-ecosystem: "pip"
directory: "/"
groups:
pip-updates:
patterns:
- "*"
schedule:
interval: "daily"
interval: weekly
labels: ["skip-changelog"]