Skip to content

Commit

Permalink
Merge pull request #7159 from Ocelot-Social-Community/set-dependabot-…
Browse files Browse the repository at this point in the history
…pr-limit

refactor(other): fix dependabot pr limit problem
  • Loading branch information
mahula authored Apr 7, 2024
2 parents ba3e899 + f89df10 commit b901585
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -11,6 +11,7 @@ updates:
time: "03:00"

- package-ecosystem: npm
open-pull-requests-limit: 99999
directory: "/"
rebase-strategy: "disabled"
schedule:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -36,6 +39,7 @@ updates:
time: "03:00"

- package-ecosystem: docker
open-pull-requests-limit: 99999
directory: "/backend"
rebase-strategy: "disabled"
schedule:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -70,6 +77,7 @@ updates:

# frontend
- package-ecosystem: "github-actions"
open-pull-requests-limit: 99999
directory: "/frontend"
rebase-strategy: "disabled"
schedule:
Expand All @@ -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:
Expand All @@ -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"
time: "03:00"

0 comments on commit b901585

Please sign in to comment.