Skip to content

Commit 68b1810

Browse files
committed
github: Group all Github action updates in a single Dependabot PR once a week
1 parent 549959b commit 68b1810

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,12 @@ updates:
1313
interval: "daily"
1414
- package-ecosystem: "github-actions"
1515
directory: "/"
16+
groups:
17+
"github-actions":
18+
patterns:
19+
- "*" # Group all GitHub Actions dependencies together
1620
schedule:
17-
interval: "daily"
21+
interval: "weekly"
22+
day: "monday"
23+
time: "09:00"
24+
timezone: "Etc/UTC"

0 commit comments

Comments
 (0)