Skip to content

Commit 6af5655

Browse files
authored
Group dependabot updates for GHA workflows (#302)
Currently, Dependabot is configured such that it will open one PR per workflow when a new version is released. For repositories that define multiple workflows, this can be noisy. Dependabot provides the ability to group multiple updates in a package ecosystem into a single PR [1]. This patch updates Dependabot to use a group for the `github-actions` package ecosystem. [1]: https://docs.github.com/en/code-security/tutorials/secure-your-dependencies/optimizing-pr-creation-version-updates#grouping-related-dependencies-together
1 parent b4f8b6a commit 6af5655

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"

0 commit comments

Comments
 (0)