From 72716c6737b974ebdc128e79ce6ba4c1cbd597cd Mon Sep 17 00:00:00 2001 From: mahula Date: Sun, 7 Apr 2024 11:48:28 +0200 Subject: [PATCH] fix dependabot pr limit problem --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d25199a..76d1171 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 -open-pull-requests-limit: 0 updates: - package-ecosystem: "github-actions" + open-pull-requests-limit: 999 directory: "/" rebase-strategy: "disabled" schedule: @@ -10,6 +10,7 @@ updates: timezone: "Europe/Berlin" time: "03:00" - package-ecosystem: npm + open-pull-requests-limit: 999 directory: "/" rebase-strategy: "disabled" schedule: @@ -18,6 +19,7 @@ updates: timezone: "Europe/Berlin" time: "03:00" - package-ecosystem: docker + open-pull-requests-limit: 999 directory: "/" rebase-strategy: "disabled" schedule: