We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089b496 commit f75cb55Copy full SHA for f75cb55
.github/dependabot.yml
@@ -8,6 +8,11 @@ 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
0 commit comments