diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eff3e75..36a2d26 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,11 +4,26 @@ updates: directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 25 + groups: + uv: + patterns: + - "*" - package-ecosystem: github-actions directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 10 + groups: + github-actions: + patterns: + - "*" - package-ecosystem: gitsubmodule directory: "/" schedule: interval: "weekly" + open-pull-requests-limit: 10 + groups: + gitsubmodules: + patterns: + - "*"