mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #732
732: Ignore bitcoin dependency for dependabot r=thomaseizinger a=thomaseizinger Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
This commit is contained in:
commit
413a2d37aa
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@ -11,6 +11,9 @@ updates:
|
|||||||
interval: "daily"
|
interval: "daily"
|
||||||
rebase-strategy: "disabled"
|
rebase-strategy: "disabled"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
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.
|
||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
Loading…
Reference in New Issue
Block a user