diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5fd269d..64c8667 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/*" @@ -14,7 +18,11 @@ updates: - package-ecosystem: "composer" directory: "/" schedule: - interval: "daily" - versioning-strategy: increase-if-necessary + interval: "daily" cooldown: default-days: 7 + groups: + composer-dependencies: + patterns: + - "*" + versioning-strategy: increase-if-necessary