From a7549243950aa04d650c55c1d934493149230e6a Mon Sep 17 00:00:00 2001 From: Anna Singleton Date: Fri, 19 Dec 2025 11:46:59 +0000 Subject: [PATCH] ci: dependabot make one PR --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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: + - "*"