2021-03-17 05:20:41 +00: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 05:30:42 +00:00
|
|
|
rebase-strategy: "disabled"
|
2021-09-03 08:45:44 +00:00
|
|
|
open-pull-requests-limit: 10
|
2021-09-03 07:04:09 +00: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 08:45:44 +00:00
|
|
|
|
2021-03-17 05:20:41 +00:00
|
|
|
- package-ecosystem: "github-actions"
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "daily"
|
2021-05-28 05:30:42 +00:00
|
|
|
rebase-strategy: "disabled"
|