We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cbd6c9 + d582326 commit 1f38f9eCopy full SHA for 1f38f9e
1 file changed
.github/dependabot.yml
@@ -2,6 +2,15 @@
2
version: 2
3
updates:
4
- package-ecosystem: "github-actions"
5
+ groups:
6
+ # Group all GitHub Actions PRs into a single PR:
7
+ all-github-actions:
8
+ patterns:
9
+ - "*"
10
directory: "/" # Location of package manifests
11
schedule:
- interval: "weekly"
12
+ interval: "monthly"
13
+ open-pull-requests-limit: 100
14
+ labels:
15
+ - "dependencies"
16
+ - "github-actions"
0 commit comments