From 6cf0e747d4f17707b4cd18e960900bafb19eef53 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Sat, 24 Aug 2024 21:41:51 +0200 Subject: [PATCH] Group dependabots --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 20a51554..b1730a24 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,6 +8,11 @@ updates: open-pull-requests-limit: 30 target-branch: canary versioning-strategy: increase + groups: + minorAndPatch: + update-types: + - "minor" + - "patch" - package-ecosystem: npm directory: "/app" schedule: @@ -16,6 +21,11 @@ updates: open-pull-requests-limit: 30 target-branch: canary versioning-strategy: increase + groups: + minorAndPatch: + update-types: + - "minor" + - "patch" - package-ecosystem: github-actions directory: "/" schedule: