We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1911214 commit 421e214Copy full SHA for 421e214
.github/dependabot.yml
@@ -7,11 +7,23 @@ updates:
7
directory: "/"
8
schedule:
9
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-*"
15
- package-ecosystem: "gomod"
16
directory: "/tools"
17
18
19
- package-ecosystem: "github-actions"
20
21
22
+ "github-actions":
23
24
+ - "*" # Group all GitHub Actions dependencies together
25
- interval: "daily"
26
+ interval: "weekly"
27
+ day: "monday"
28
+ time: "09:00"
29
+ timezone: "Etc/UTC"
0 commit comments