We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147d007 commit 53fd298Copy full SHA for 53fd298
.github/dependabot.yml
@@ -1,6 +1,11 @@
1
version: 2
2
updates:
3
- package-ecosystem: "github-actions"
4
+ groups:
5
+ # Group all GitHub Actions PRs into a single PR:
6
+ all-github-actions:
7
+ patterns:
8
+ - "*"
9
directory: "/"
10
schedule:
11
interval: "monthly"
0 commit comments