From 80c9cf493077da694723235c33a549454ecc1801 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Mon, 18 Sep 2023 15:55:13 +0200 Subject: [PATCH] chore(dependabot): group pip minor/patch updates (#9687) --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3fd320472965..15a70ecb1d17 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,11 +29,25 @@ updates: directory: "/deployer" schedule: interval: "weekly" + groups: + dependencies: + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: "pip" directory: "/testing/integration" schedule: interval: "weekly" + groups: + dependencies: + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: npm directory: "/client/pwa"