From 67f786ff70c7881a47f6ec1a1eae96bc35dfb73a Mon Sep 17 00:00:00 2001 From: Arkady Bilalov Date: Wed, 22 Jul 2026 16:24:38 +0300 Subject: [PATCH 1/2] colldown parameter added --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d21aca6..d06bb8e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 open-pull-requests-limit: 5 target-branch: "main" assignees: @@ -26,6 +28,8 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 open-pull-requests-limit: 5 target-branch: "main" assignees: From 9e00aa0d55b4c3dd4fc9d43f8eef297d4ad9ca47 Mon Sep 17 00:00:00 2001 From: Arkady Bilalov Date: Thu, 30 Jul 2026 15:25:48 +0300 Subject: [PATCH 2/2] SREL-413/SREL-355 --- .github/dependabot.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d06bb8e..0ae93e1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,10 +14,14 @@ updates: - "memekas" - "askolesov" - "Balevka" + labels: ["dependencies", "npm"] commit-message: - prefix: "deps" + prefix: "deps(npm)" # Group minor/patch updates into a single PR groups: + actions-security: + applies-to: "security-updates" + patterns: ["*"] minor-and-patch: update-types: - "minor" @@ -36,10 +40,14 @@ updates: - "fasashen" - "memekas" - "megatron757" + labels: ["dependencies", "github-actions"] commit-message: - prefix: "deps" + prefix: "deps(actions)" # Group minor/patch updates into a single PR groups: + actions-security: + applies-to: "security-updates" + patterns: ["*"] minor-and-patch: update-types: - "minor"