We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bb7651 + 0e4d5fa commit 413a2d3Copy full SHA for 413a2d3
.github/dependabot.yml
@@ -11,6 +11,9 @@ updates:
11
interval: "daily"
12
rebase-strategy: "disabled"
13
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.
17
18
- package-ecosystem: "github-actions"
19
directory: "/"
0 commit comments