Skip to content

Commit 6c99336

Browse files
committed
dependabot: single PR for terraform-plugin-* dependencies
1 parent 68b1810 commit 6c99336

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ updates:
77
directory: "/"
88
schedule:
99
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-*"
1015
- package-ecosystem: "gomod"
1116
directory: "/tools"
1217
schedule:

0 commit comments

Comments
 (0)