From ccb2cdfaec01d939954310745b27d8f1919672c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Garn=C3=A6s?= Date: Tue, 10 Oct 2023 22:17:39 +0200 Subject: [PATCH] Group Dependabot updates for Storybook We use many packages from Storybook. These are often updated in parallel and may have dependencies between them. Thus is makes sense to group updates of these packages in Dependabot to ensure that we get an update to e.g. Storybook 7 in the same pull request. --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dbd620aa3..38bb53539 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,4 +16,8 @@ updates: interval: weekly timezone: Europe/Copenhagen labels: - - dependencies \ No newline at end of file + - dependencies + groups: + storybook: + patterns: + - "@storybook/*"