From 2e57d910ef433eb3f66c772bb121b8f352e7d12e Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 29 Aug 2023 07:37:37 +0200 Subject: [PATCH] feat(dependabot): group dependency updates --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4a20e2f2d..8820e98b7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,10 @@ updates: interval: "monthly" timezone: "Europe/Berlin" time: "05:00" + groups: + github-actions: + patterns: + - "*" - package-ecosystem: "npm" directory: "www/webapp/" schedule: @@ -18,6 +22,10 @@ updates: timezone: "Europe/Berlin" day: "monday" time: "05:00" + groups: + npm-webapp: + patterns: + - "*" - package-ecosystem: "pip" directory: "api/" schedule: @@ -25,6 +33,10 @@ updates: timezone: "Europe/Berlin" day: "monday" time: "05:00" + groups: + pip-api: + patterns: + - "*" - package-ecosystem: "pip" directory: "docs/" schedule: @@ -32,6 +44,10 @@ updates: timezone: "Europe/Berlin" day: "monday" time: "05:00" + groups: + pip-docs: + patterns: + - "*" - package-ecosystem: "pip" directory: "test/e2e2/" schedule: @@ -39,3 +55,7 @@ updates: timezone: "Europe/Berlin" day: "monday" time: "05:00" + groups: + pip-test-e2e2: + patterns: + - "*"