diff --git a/.github/dependabot.yml b/.github/dependabot.yml index af9ee87..9155ea8 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 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: + - "*"