Skip to content

Commit a69e0e0

Browse files
committed
dependabot: group all github-actions updates
As we track pinned github actions, we get an update every time a new tag appears for any action we use. Furthermore, as we have a scheduled run on Sundays, we get many single action update PRs that have accumulated during the week to work with on Monday mornings. Group all github-actions updates to a single PR to help with PR merges and to avoid unnecessary CI runs. Signed-off-by: Mikko Ylinen <[email protected]>
1 parent 66220b3 commit a69e0e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ updates:
1515
# Check for updates to GitHub Actions every week on Sunday
1616
interval: "weekly"
1717
day: "sunday"
18+
groups:
19+
# Group PRs
20+
github-actions:
21+
patterns:
22+
- "*"

0 commit comments

Comments
 (0)