From 759c8225181a720726f6217533dd384f28980a88 Mon Sep 17 00:00:00 2001 From: Christian Stefanescu Date: Thu, 21 Dec 2023 19:35:16 +0100 Subject: [PATCH] chore: dependabot: group dev dependency bumps --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 44ee826bd..ff9d241d8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,14 @@ updates: interval: monthly open-pull-requests-limit: 99 target-branch: develop + groups: + dev-dependencies: + patterns: + - "bump2version" + - "black" + - "playwright" + - "pytest*" + - "ruff" - package-ecosystem: npm directory: "/ui"