Merge pull request #56 from IT4Change/set-dependabot-pr-limit

refactor(other): fix dependabot pr limit problem
This commit is contained in:
mahula 2024-04-07 14:00:38 +02:00 committed by GitHub
commit 422956d8d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
version: 2
open-pull-requests-limit: 0
updates:
- package-ecosystem: "github-actions"
open-pull-requests-limit: 99
directory: "/"
rebase-strategy: "disabled"
schedule:
@ -12,10 +12,11 @@ updates:
time: "03:00"
- package-ecosystem: npm
open-pull-requests-limit: 99
directory: "/"
rebase-strategy: "disabled"
schedule:
interval: weekly
day: "saturday"
timezone: "Europe/Berlin"
time: "03:00"
time: "03:00"