Skip to content

Commit 1f38f9e

Browse files
authored
Merge pull request #189 from omlins/lr/dbot
Enable grouped GHA
2 parents 1cbd6c9 + d582326 commit 1f38f9e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
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:
7-
interval: "weekly"
12+
interval: "monthly"
13+
open-pull-requests-limit: 100
14+
labels:
15+
- "dependencies"
16+
- "github-actions"

0 commit comments

Comments
 (0)