Dependabot: weekly and grouped updates
This commit is contained in:
parent
6f00432035
commit
e5705ae98c
15
.github/dependabot.yml
vendored
15
.github/dependabot.yml
vendored
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user