From 4d83f619c60e4510440b27fbf69acc14cedc97a6 Mon Sep 17 00:00:00 2001 From: matijs Date: Sat, 12 Oct 2024 11:21:30 +0200 Subject: [PATCH] chore: dependabot configuration Group all patch and minor version updates into one pull requests. Dependabot pull requests are normally not merged because we use our own `pnpm update-patch/minor/major` scripts to create pull requests. Dependabot pull requests mainly serve as a reminder. This change should bring down the number of pull requests down significantly while still serving as a reminder. For major version bumps Dependabot will still open individual pull requests. --- .github/dependabot.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ab7ed428..922ddfe4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,10 +12,11 @@ updates: schedule: interval: "monthly" groups: - storybook: - patterns: - - "storybook" - - "@storybook/*" + patch-and-minor-dependencies: + applies-to: "version-updates" + update-types: + - "patch" + - "minor" versioning-strategy: "increase-if-necessary" open-pull-requests-limit: 20 reviewers: