From 6195e86a29e018bc354b2f8c0dba9cbc77b8d8cb Mon Sep 17 00:00:00 2001 From: Baraa Basata Date: Wed, 18 Jun 2025 08:45:17 -0400 Subject: [PATCH 1/2] Update CODEOWNERS (#491) --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 922ee27..6dec1b0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @hashicorp/terraform-devex +* @hashicorp/terraform-core-plugins From c6dbe8c0cb14cd2c7d2219624b67478ef3f6a305 Mon Sep 17 00:00:00 2001 From: Ansgar Mertens Date: Fri, 20 Jun 2025 15:59:32 +0200 Subject: [PATCH 2/2] github: Group all Github action updates in a single Dependabot PR once a week (#487) --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8215b83..c4eb07d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,5 +6,12 @@ updates: interval: "weekly" - package-ecosystem: "github-actions" directory: "/" + groups: + "github-actions": + patterns: + - "*" # Group all GitHub Actions dependencies together schedule: - interval: "daily" + interval: "weekly" + day: "monday" + time: "09:00" + timezone: "Etc/UTC"