From 04541ad501e7c8ef70faee2ad00c9bac75e16648 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 3 Jan 2025 23:21:54 +0100 Subject: [PATCH] chore: use a configurable value for number of open Dependabot PRs --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index df48e0b..c4a680b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,13 +4,16 @@ updates: directory: / schedule: interval: weekly + open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}} - package-ecosystem: docker directory: / schedule: interval: weekly + open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}} - package-ecosystem: npm directory: / schedule: interval: weekly + open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}