From f4cf5ac58a82ab3c31e1fac8001b07efe33890da Mon Sep 17 00:00:00 2001 From: Bartlomiej Plotka Date: Wed, 11 Dec 2024 09:26:43 +0000 Subject: [PATCH] Dependabot: Update UI deps in a single PR Signed-off-by: Bartlomiej Plotka --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 35f2b45dfc..f1f421e107 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,6 +25,10 @@ updates: - manteen-ui schedule: interval: "monthly" + groups: + new-ui: + patterns: + - "*" open-pull-requests-limit: 20 # Old react-app packages. - package-ecosystem: "npm" @@ -35,6 +39,10 @@ updates: - old-react-ui schedule: interval: "monthly" + groups: + old-ui: + patterns: + - "*" open-pull-requests-limit: 20 - package-ecosystem: "github-actions" directory: "/"