Skip to content

Commit 0da3e2a

Browse files
authored
Dependabot: Single weekly PR for GH Actions, Single PR for terraform-plugin-* Go dependencies (#299)
* github: Group all Github action updates in a single Dependabot PR once a week * dependabot: single PR for terraform-plugin-* dependencies
1 parent ffe107b commit 0da3e2a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,23 @@ updates:
88
schedule:
99
# Check for updates to Go modules every weekday
1010
interval: "daily"
11+
groups:
12+
# Group all terraform-plugin-(go|sdk|framework|testing) dependencies together
13+
"terraform-plugin":
14+
patterns:
15+
- "github.com/hashicorp/terraform-plugin-*"
1116
- package-ecosystem: "gomod"
1217
directory: "/tools"
1318
schedule:
1419
interval: "daily"
1520
- package-ecosystem: "github-actions"
1621
directory: "/"
22+
groups:
23+
"github-actions":
24+
patterns:
25+
- "*" # Group all GitHub Actions dependencies together
1726
schedule:
18-
interval: "daily"
27+
interval: "weekly"
28+
day: "monday"
29+
time: "09:00"
30+
timezone: "Etc/UTC"

0 commit comments

Comments
 (0)