From 375c309fc6db11cef89081980a1591bb26e17e64 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 27 May 2025 11:38:25 +1000 Subject: [PATCH] ci: increase max number of Rust dependabot PRs (#9244) We have a lot of Rust dependencies and the default limit of 5 just spoon-feeds us the updates. --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 396802c39..da382bc5b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,6 +24,7 @@ updates: interval: monthly - package-ecosystem: cargo directory: rust/ + open-pull-requests-limit: 20 schedule: interval: weekly groups: