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 34fbe6e commit b98ec80Copy full SHA for b98ec80
.github/dependabot.yml
@@ -4,11 +4,23 @@ updates:
4
directory: "/"
5
schedule:
6
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-*"
12
- package-ecosystem: "gomod"
13
directory: "/tools"
14
15
16
- package-ecosystem: "github-actions"
17
18
19
+ "github-actions":
20
21
+ - "*" # Group all GitHub Actions dependencies together
22
- interval: "daily"
23
+ interval: "weekly"
24
+ day: "monday"
25
+ time: "09:00"
26
+ timezone: "Etc/UTC"
0 commit comments