From dc2d24e393e372f259812c0e4ad248644f15cd78 Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 28 Apr 2024 15:02:25 +0100 Subject: [PATCH] ci: bump dependabot PR limit to 10 --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 411f722..fb97e6e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,7 @@ updates: commit-message: prefix: "fix" include: "scope" + open-pull-requests-limit: 10 - package-ecosystem: "docker" directory: "/" @@ -15,6 +16,7 @@ updates: commit-message: prefix: "fix" include: "scope" + open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" @@ -23,3 +25,4 @@ updates: commit-message: prefix: "fix" include: "scope" + open-pull-requests-limit: 10