From b3423ef8ad659a98b64dac88d648b448f52d3d04 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 3 Jul 2026 01:00:22 +0300 Subject: [PATCH] Group Dependabot updates --- .github/dependabot.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index db86156..64c8667 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,13 +4,25 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" - # Too noisy. See https://github.community/t/increase-if-necessary-for-github-actions-in-dependabot/179581 - open-pull-requests-limit: 0 + interval: "weekly" + cooldown: + default-days: 7 + groups: + github-actions: + patterns: + - "*" + ignore: + - dependency-name: "yiisoft/*" # Maintain dependencies for Composer - package-ecosystem: "composer" directory: "/" schedule: interval: "daily" + cooldown: + default-days: 7 + groups: + composer-dependencies: + patterns: + - "*" versioning-strategy: increase-if-necessary