We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40bb6b3 commit 260edceCopy full SHA for 260edce
.github/dependabot.yml
@@ -1,7 +1,15 @@
1
-# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2
version: 2
3
updates:
4
- package-ecosystem: "github-actions"
5
- directory: "/" # Location of package manifests
+ groups:
+ # Group all GitHub Actions PRs into a single PR:
6
+ all-github-actions:
7
+ patterns:
8
+ - "*"
9
+ directory: "/"
10
schedule:
- interval: "weekly"
11
+ interval: "monthly"
12
+ open-pull-requests-limit: 100
13
+ labels:
14
+ - "dependencies"
15
+ - "github-actions"
0 commit comments