Skip to content

Commit 2ba2150

Browse files
committed
chore: group github action updates into one pr
If there are more than one update to GitHub Actions dependencies (like `actions/checkout`) at the same time, then the updates will be grouped into a single pull request. If the pull request remains open, then subsequent updates will be added to it. This should help keep the number of open pull requests down.
1 parent 8acc7ea commit 2ba2150

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ updates:
2424
directory: "/"
2525
schedule:
2626
interval: "weekly"
27+
groups:
28+
actions-deps:
29+
patterns:
30+
- "*"

0 commit comments

Comments
 (0)