From a5f7115e193dfaf8e6013af0d39d0a6550440d5f Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 12 Feb 2024 09:08:12 +0100 Subject: [PATCH] Allow dependabot to create more PRs (as we already have 5 long-running) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 71dba8de2..966b164c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,9 @@ updates: schedule: interval: "daily" versioning-strategy: increase + open-pull-requests-limit: 10 - package-ecosystem: "npm" directory: "/src/pretix/static/npm_dir" schedule: interval: "monthly" + open-pull-requests-limit: 5