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
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@ -10,7 +10,8 @@ updates:
|
|||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
rebase-strategy: "disabled"
|
rebase-strategy: "disabled"
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user