Skip to content

Commit 089b496

Browse files
committed
github: Group all Github action updates in a single Dependabot PR once a week
1 parent 8b099ef commit 089b496

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
@@ -14,5 +14,12 @@ updates:
1414
interval: "daily"
1515
- package-ecosystem: "github-actions"
1616
directory: "/"
17+
groups:
18+
"github-actions":
19+
patterns:
20+
- "*" # Group all GitHub Actions dependencies together
1721
schedule:
18-
interval: "daily"
22+
interval: "weekly"
23+
day: "monday"
24+
time: "09:00"
25+
timezone: "Etc/UTC"

0 commit comments

Comments
 (0)