Skip to content

Commit

Permalink
Merge pull request #56 from IT4Change/set-dependabot-pr-limit
Browse files Browse the repository at this point in the history
refactor(backend): fix dependabot pr limit problem
  • Loading branch information
mahula authored Apr 7, 2024
2 parents 56c984a + 2400528 commit 3c30d6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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: 999
directory: "/"
rebase-strategy: "disabled"
schedule:
Expand All @@ -10,6 +10,7 @@ updates:
timezone: "Europe/Berlin"
time: "03:00"
- package-ecosystem: npm
open-pull-requests-limit: 999
directory: "/"
rebase-strategy: "disabled"
schedule:
Expand All @@ -18,6 +19,7 @@ updates:
timezone: "Europe/Berlin"
time: "03:00"
- package-ecosystem: docker
open-pull-requests-limit: 999
directory: "/"
rebase-strategy: "disabled"
schedule:
Expand Down

0 comments on commit 3c30d6f

Please sign in to comment.