Skip to content

Commit 421e214

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

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
@@ -7,11 +7,23 @@ updates:
77
directory: "/"
88
schedule:
99
interval: "daily"
10+
groups:
11+
# Group all terraform-plugin-(go|sdk|framework|testing) dependencies together
12+
"terraform-plugin":
13+
patterns:
14+
- "github.com/hashicorp/terraform-plugin-*"
1015
- package-ecosystem: "gomod"
1116
directory: "/tools"
1217
schedule:
1318
interval: "daily"
1419
- package-ecosystem: "github-actions"
1520
directory: "/"
21+
groups:
22+
"github-actions":
23+
patterns:
24+
- "*" # Group all GitHub Actions dependencies together
1625
schedule:
17-
interval: "daily"
26+
interval: "weekly"
27+
day: "monday"
28+
time: "09:00"
29+
timezone: "Etc/UTC"

0 commit comments

Comments
 (0)