From 6ba716307252fd06cc2b3b685b09a4b6d3d5bcd3 Mon Sep 17 00:00:00 2001 From: Emil Albrektsson <61695840+albrektsson@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:29:26 +0100 Subject: [PATCH] Dependabot group for patch versions --- .github/dependabot.yml | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d029c0c6f1..382f1787ed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,21 +9,26 @@ updates: directory: "/" schedule: interval: daily - open-pull-requests-limit: 20 - ignore: - - dependency-name: "*" - update-types: ["version-update:semver-patch"] + open-pull-requests-limit: 30 registries: - npm-github groups: - react: + patch: patterns: + - "*" + update-types: + - "patch" + exclude-patterns: + - "@storybook/*" + - "@typescript-eslint*" - "react" - "react-dom" - "@types/react" - babel: + react: patterns: - - "@babel*" + - "react" + - "react-dom" + - "@types/react" typescript-eslint: patterns: - "@typescript-eslint*" @@ -34,7 +39,12 @@ updates: - "@storybook/storybook-deployer" - "@storybook/testing-react" - "@storybook/testing-library" + - package-ecosystem: github-actions directory: "/" schedule: interval: daily + groups: + github: + patterns: + - "*"