Skip to content

Commit 413a2d3

Browse files
Merge #732
732: Ignore bitcoin dependency for dependabot r=thomaseizinger a=thomaseizinger Co-authored-by: Thomas Eizinger <[email protected]>
2 parents 3bb7651 + 0e4d5fa commit 413a2d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ updates:
1111
interval: "daily"
1212
rebase-strategy: "disabled"
1313
open-pull-requests-limit: 10
14+
ignore:
15+
- dependency-name: "bitcoin" # Needs to be updated together with bdk to be in sync.
16+
- dependency-name: "miniscript" # Needs to be updated together with bdk to be in sync.
1417

1518
- package-ecosystem: "github-actions"
1619
directory: "/"

0 commit comments

Comments
 (0)