xmr-btc-swap/.github/dependabot.yml
Thomas Eizinger 522c857cbd
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.
2021-09-03 18:46:39 +10:00

20 lines
626 B
YAML

# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
rebase-strategy: "disabled"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
rebase-strategy: "disabled"