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 68b1810 commit 6c99336Copy full SHA for 6c99336
.github/dependabot.yml
@@ -7,6 +7,11 @@ 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
0 commit comments