From 7f20e2b1b3e3ba7bc49807e5893e7b402c1b5427 Mon Sep 17 00:00:00 2001 From: Oliver Mannion <125105+tekumara@users.noreply.github.com> Date: Sat, 9 Mar 2024 17:08:46 +1100 Subject: [PATCH] ci(dependabot): groups + widen strategy --- .github/dependabot.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index af9ee871..36906433 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,19 @@ updates: directory: "/" schedule: interval: "monthly" - open-pull-requests-limit: 1 + groups: + pip: + applies-to: version-updates + patterns: + - "*" + # use increase rather otherwise widen is chosen + versioning-strategy: increase - package-ecosystem: "npm" directory: "/" schedule: interval: "monthly" - open-pull-requests-limit: 1 + groups: + pyright: + applies-to: version-updates + patterns: + - "*"