From 97dc5e51c44abb958602fd6187ffd968a3a2c9ba Mon Sep 17 00:00:00 2001 From: Kenny Leung Date: Mon, 11 Mar 2024 17:17:12 -0700 Subject: [PATCH] group hashicorp dependabot updates (#108) Signed-off-by: Kenny Leung --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 87fdf72..dad0c24 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,7 @@ updates: directory: "/" schedule: interval: "daily" + groups: + terraform: + patterns: + - "github.com/hashicorp/*"