Skip to content

Commit a89cecd

Browse files
committed
Dependabot: update config
This commit makes the following change to the Dependabot config: * It introduces a "group". By default Dependabot raises individual PRs for each update. Now, it will group updates to new minor or patch release for all action runners into a single PR. Updates to new major releases of action runners will still be raised as individual PRs. Refs: * https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates * https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
1 parent d1fe007 commit a89cecd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ updates:
1414
prefix: "GH Actions:"
1515
labels:
1616
- "Type: chores/QA"
17+
groups:
18+
action-runners:
19+
applies-to: version-updates
20+
update-types:
21+
- "minor"
22+
- "patch"

0 commit comments

Comments
 (0)