From 7b852900edea5ba4713835a860693a0d1acaa826 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 6 Nov 2024 12:06:34 +0100 Subject: dependabot.yml: limit to max 5 PRs Merging the dependency update we trigger rebase and retest for other PRs. Reducing the amount of PRs we reduce ARC pressure. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9cb3767c8..44bff7dc1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,7 @@ updates: directory: "/" schedule: interval: monthly - open-pull-requests-limit: 10 + open-pull-requests-limit: 5 commit-message: prefix: "mod:" assignees: -- cgit mrf-deployment