From d1a0229e74dcb931e63fb538c7ba3345fd0dcd25 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 3 Jul 2026 00:55:57 +0300 Subject: [PATCH] Group Dependabot updates --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 10f7e30b..64c8667c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,10 @@ updates: interval: "weekly" cooldown: default-days: 7 + groups: + github-actions: + patterns: + - "*" ignore: - dependency-name: "yiisoft/*" @@ -17,4 +21,8 @@ updates: interval: "daily" cooldown: default-days: 7 + groups: + composer-dependencies: + patterns: + - "*" versioning-strategy: increase-if-necessary