mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-20 07:30:40 -04: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 changed files with 2 additions and 1 deletions
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
|
@ -10,7 +10,8 @@ updates:
|
|||
schedule:
|
||||
interval: "daily"
|
||||
rebase-strategy: "disabled"
|
||||
|
||||
open-pull-requests-limit: 10
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue