From eef3abccdd5b18e4635f7c8115e0781e15b9b6e6 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Thu, 7 May 2026 11:52:26 +0900 Subject: [PATCH] dependabot: limit the number of RPs Signed-off-by: Kentaro Hayashi --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 421b7abf..6fa907f1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,7 @@ updates: directory: '/' schedule: interval: 'monthly' + open-pull-requests-limit: 1 # fluent-package-v6 branch - package-ecosystem: 'github-actions' @@ -12,3 +13,4 @@ updates: target-branch: 'fluent-package-v6' schedule: interval: 'monthly' + open-pull-requests-limit: 1