Skip to content

Commit 114d478

Browse files
ansgarmbbasata
andauthored
Dependabot: Single weekly PR for GH Actions, Single PR for terraform-plugin-* Go dependencies (#1149)
* github: Group all Github action updates in a single Dependabot PR once a week * dependabot: single PR for terraform-plugin-* dependencies * dependabot: skip single PR for terraform-plugin-* dependencies for this repo as it's uncommon to happen at the same time or it's not even using those libraries --------- Co-authored-by: Baraa Basata <[email protected]>
1 parent 9cafd72 commit 114d478

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
@@ -10,5 +10,12 @@ updates:
1010
interval: "daily"
1111
- package-ecosystem: "github-actions"
1212
directory: "/"
13+
groups:
14+
"github-actions":
15+
patterns:
16+
- "*" # Group all GitHub Actions dependencies together
1317
schedule:
14-
interval: "daily"
18+
interval: "weekly"
19+
day: "monday"
20+
time: "09:00"
21+
timezone: "Etc/UTC"

0 commit comments

Comments
 (0)