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 2c2ef06 commit 5d45f4dCopy full SHA for 5d45f4d
.github/dependabot.yml
@@ -4,6 +4,11 @@ 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
0 commit comments