Skip to content

Commit c2d5a0f

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

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
@@ -4,11 +4,23 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
groups:
8+
# Group all terraform-plugin-(go|sdk|framework|testing) dependencies together
9+
"terraform-plugin":
10+
patterns:
11+
- "github.com/hashicorp/terraform-plugin-*"
712
- package-ecosystem: "gomod"
813
directory: "/tools"
914
schedule:
1015
interval: "daily"
1116
- package-ecosystem: "github-actions"
1217
directory: "/"
18+
groups:
19+
"github-actions":
20+
patterns:
21+
- "*" # Group all GitHub Actions dependencies together
1322
schedule:
14-
interval: "daily"
23+
interval: "weekly"
24+
day: "monday"
25+
time: "09:00"
26+
timezone: "Etc/UTC"

0 commit comments

Comments
 (0)