diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2e5c5693d..2a1c418f5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,22 @@ updates: directory: "/" schedule: interval: "daily" + groups: + dev-dependencies: + dependency-type: "development" + exclude-patterns: + - "@storybook/*" + - "*electron*" + storybook: + patterns: + - "@storybook/*" + prod-dependencies: + dependency-type: "production" + exclude-patterns: + - "*electron*" + electron: + patterns: + - "*electron*" - package-ecosystem: "gomod" directory: "/" schedule: