2021-03-17 16:20:41 +11:00
|
|
|
# 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"
|
2021-05-28 15:30:42 +10:00
|
|
|
rebase-strategy: "disabled"
|
2021-09-03 18:45:44 +10:00
|
|
|
open-pull-requests-limit: 10
|
2021-09-03 17:04:09 +10:00
|
|
|
ignore:
|
|
|
|
- dependency-name: "bitcoin" # Needs to be updated together with bdk to be in sync.
|
|
|
|
- dependency-name: "miniscript" # Needs to be updated together with bdk to be in sync.
|
2021-09-03 18:45:44 +10:00
|
|
|
|
2021-03-17 16:20:41 +11:00
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2021-05-28 15:30:42 +10:00
|
|
|
rebase-strategy: "disabled"
|