From 4ee36164a2e0928358173b43422a933fd85b9172 Mon Sep 17 00:00:00 2001 From: mahula Date: Sun, 7 Apr 2024 11:54:15 +0200 Subject: [PATCH] fix dependabot pr limit problem --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d82b7f5..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,10 +19,11 @@ updates: timezone: "Europe/Berlin" time: "03:00" - package-ecosystem: docker + open-pull-requests-limit: 999 directory: "/" rebase-strategy: "disabled" schedule: interval: weekly day: "saturday" timezone: "Europe/Berlin" - time: "03:00" \ No newline at end of file + time: "03:00"