diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d21aca6..0ae93e1 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: @@ -12,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" @@ -26,16 +32,22 @@ updates: directory: "/" schedule: interval: "weekly" + cooldown: + default-days: 7 open-pull-requests-limit: 5 target-branch: "main" assignees: - "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"