Skip to content

Commit 260edce

Browse files
authored
Dependabot: Group all "GitHub Actions" Dependabot PRs into a single PR (and other Dependabot tweaks) (#43)
1 parent 40bb6b3 commit 260edce

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
21
version: 2
32
updates:
43
- package-ecosystem: "github-actions"
5-
directory: "/" # Location of package manifests
4+
groups:
5+
# Group all GitHub Actions PRs into a single PR:
6+
all-github-actions:
7+
patterns:
8+
- "*"
9+
directory: "/"
610
schedule:
7-
interval: "weekly"
11+
interval: "monthly"
12+
open-pull-requests-limit: 100
13+
labels:
14+
- "dependencies"
15+
- "github-actions"

0 commit comments

Comments
 (0)