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 ffe107b commit 0da3e2aCopy full SHA for 0da3e2a
.github/dependabot.yml
@@ -8,11 +8,23 @@ updates:
8
schedule:
9
# Check for updates to Go modules every weekday
10
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-*"
16
- package-ecosystem: "gomod"
17
directory: "/tools"
18
19
20
- package-ecosystem: "github-actions"
21
directory: "/"
22
23
+ "github-actions":
24
25
+ - "*" # Group all GitHub Actions dependencies together
26
- interval: "daily"
27
+ interval: "weekly"
28
+ day: "monday"
29
+ time: "09:00"
30
+ timezone: "Etc/UTC"
0 commit comments