Skip to content

Commit f19c46d

Browse files
ansgarmbbasata
andauthored
Dependabot: Single weekly PR for GH Actions, Single PR for terraform-plugin-* Go dependencies (#518)
* 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 a19df43 commit f19c46d

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)