Skip to content

Commit 4080e41

Browse files
Group GitHub Actions updates into a single Dependabot PR and correct github_actions label
1 parent deae999 commit 4080e41

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ updates:
99
directory: / # Location of package manifests
1010
labels:
1111
- dependencies
12-
- github-actions
12+
- github_actions
1313
schedule:
1414
interval: daily
1515
cooldown:
1616
default-days: 7
17+
groups:
18+
# Combine every GitHub Actions update into a single grouped pull request.
19+
github-actions:
20+
patterns:
21+
- "*"

0 commit comments

Comments
 (0)