mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-02-22 15:49:52 -05:00
Limit the number of open dependabot to 10 instead of 5
This should give us a bit more slack to update certain dependencies even if we have a few pending that are currently breaking the build.
This commit is contained in:
parent
1a35c8f2ec
commit
522c857cbd
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
@ -10,6 +10,7 @@ updates:
|
||||
schedule:
|
||||
interval: "daily"
|
||||
rebase-strategy: "disabled"
|
||||
open-pull-requests-limit: 10
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user