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"