From 25b39e69a193a739b20477dbe1d4e689d7866b81 Mon Sep 17 00:00:00 2001 From: KaushikiAnand Date: Fri, 6 Jun 2025 16:42:13 +0530 Subject: [PATCH 1/2] IND-3836 additions of new parameters to dependabot.yml --- .github/dependabot.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0cb37bd..e45ee28 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,19 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" - + interval: "weekly" + commit-message: + prefix: "[chore] : " + - package-ecosystem: "gomod" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + commit-message: + prefix: "[chore] : " \ No newline at end of file From 66c110b37fbdb23b2ef9c2a3eb71b85d7601ecc2 Mon Sep 17 00:00:00 2001 From: KaushikiAnand Date: Tue, 10 Jun 2025 11:53:21 +0530 Subject: [PATCH 2/2] few new parameters added to dependabot.yml --- .github/dependabot.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e45ee28..3fe4e59 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,12 +8,28 @@ updates: directory: "/" schedule: interval: "weekly" + day: "sunday" commit-message: prefix: "[chore] : " + groups: + actions: + patterns: + - "*" - package-ecosystem: "gomod" directory: "/" schedule: interval: "weekly" + day: "sunday" commit-message: - prefix: "[chore] : " \ No newline at end of file + prefix: "[chore] : " + groups: + go: + patterns: + - "*" + applies-to: "version-updates" + go-security: + patterns: + - "*" + applies-to: "security-updates" + \ No newline at end of file