From 0e4d5fa47e31516dd702c9aecc350ab5cbbf846c Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Fri, 3 Sep 2021 17:04:09 +1000 Subject: [PATCH] Ignore bitcoin dependency for dependabot --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 57376c44..b04d9707 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,9 @@ updates: interval: "daily" rebase-strategy: "disabled" 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" directory: "/"