Skip to content

Commit dc35376

Browse files
authored
Grouping GitHub Actions in a single PR
1 parent c2d2701 commit dc35376

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
version: 2
33
updates:
44
- package-ecosystem: "github-actions"
5+
groups:
6+
# Group all GitHub Actions PRs into a single PR:
7+
all-github-actions:
8+
patterns:
9+
- "*"
510
directory: "/" # Location of package manifests
611
schedule:
712
interval: "monthly"
13+
open-pull-requests-limit: 100
14+
labels:
15+
- "dependencies"
16+
- "github-actions"

0 commit comments

Comments
 (0)