From ced052112b4e75daddb987f2c23039220d0f2540 Mon Sep 17 00:00:00 2001 From: anupsv Date: Wed, 18 Dec 2024 02:57:06 +0530 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 38 ++++++++++++++++++++++++++++++-------- 1 file changed, 30 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0871f93f4..d40ac3781f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,33 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - - package-ecosystem: "gomod" # See documentation for possible values - directory: "/" # Location of package manifests + + # Group Security Updates + - package-ecosystem: "gomod" + directory: "/" schedule: - interval: "weekly" + interval: "daily" + time: "08:00" + timezone: "America/Los_Angeles" + target-branch: "master" + commit-message: + prefix: "[golang-security]" + include: "scope" + pull-request-branch-name: + separator: "-" + open-pull-requests-limit: 0 + reviewers: + - "Layr-Labs/eigenda" + labels: + - "security" + - "golang" + allow: + - dependency-type: "direct" + groups: + security-updates: + applies-to: security-updates + patterns: + - "*" + update-types: + - "minor" + - "patch" + - "major"