Skip to content

Commit b7aedae

Browse files
authored
Dependabot: Single weekly PR for GH Actions, Single PR for terraform-plugin-* Go dependencies (#1490)
* 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
1 parent 77f585e commit b7aedae

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
@@ -16,5 +16,12 @@ updates:
1616
interval: "daily"
1717
- package-ecosystem: "github-actions"
1818
directory: "/"
19+
groups:
20+
"github-actions":
21+
patterns:
22+
- "*" # Group all GitHub Actions dependencies together
1923
schedule:
20-
interval: "daily"
24+
interval: "weekly"
25+
day: "monday"
26+
time: "09:00"
27+
timezone: "Etc/UTC"

0 commit comments

Comments
 (0)