From 271eff3c50446fd9145e5f0b2ef3025bfea4db06 Mon Sep 17 00:00:00 2001 From: mahula Date: Sun, 7 Apr 2024 11:29:36 +0200 Subject: [PATCH] fix dependabot pr limit problem --- .github/dependabot.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2b800d306..a23dd1f1b 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: 99999 directory: "/" rebase-strategy: "disabled" schedule: @@ -11,6 +11,7 @@ updates: time: "03:00" - package-ecosystem: npm + open-pull-requests-limit: 99999 directory: "/" rebase-strategy: "disabled" schedule: @@ -19,6 +20,7 @@ updates: timezone: "Europe/Berlin" time: "03:00" - package-ecosystem: npm + open-pull-requests-limit: 99999 directory: "/backend" rebase-strategy: "disabled" schedule: @@ -27,6 +29,7 @@ updates: timezone: "Europe/Berlin" time: "03:00" - package-ecosystem: npm + open-pull-requests-limit: 99999 directory: "/webapp" rebase-strategy: "disabled" schedule: @@ -36,6 +39,7 @@ updates: time: "03:00" - package-ecosystem: docker + open-pull-requests-limit: 99999 directory: "/backend" rebase-strategy: "disabled" schedule: @@ -44,6 +48,7 @@ updates: timezone: "Europe/Berlin" time: "03:00" - package-ecosystem: docker + open-pull-requests-limit: 99999 directory: "/webapp" rebase-strategy: "disabled" schedule: @@ -52,6 +57,7 @@ updates: timezone: "Europe/Berlin" time: "03:00" - package-ecosystem: docker + open-pull-requests-limit: 99999 directory: "/neo4j" rebase-strategy: "disabled" schedule: @@ -60,6 +66,7 @@ updates: timezone: "Europe/Berlin" time: "03:00" - package-ecosystem: docker + open-pull-requests-limit: 99999 directory: "/deployment/src/docker" rebase-strategy: "disabled" schedule: @@ -70,6 +77,7 @@ updates: # frontend - package-ecosystem: "github-actions" + open-pull-requests-limit: 99999 directory: "/frontend" rebase-strategy: "disabled" schedule: @@ -78,6 +86,7 @@ updates: timezone: "Europe/Berlin" time: "03:00" - package-ecosystem: npm + open-pull-requests-limit: 99999 directory: "/frontend" rebase-strategy: "disabled" schedule: @@ -86,10 +95,11 @@ updates: timezone: "Europe/Berlin" time: "03:00" - package-ecosystem: docker + open-pull-requests-limit: 99999 directory: "/frontend" rebase-strategy: "disabled" schedule: interval: weekly day: "saturday" timezone: "Europe/Berlin" - time: "03:00" \ No newline at end of file + time: "03:00"