From c90c6df663e353314df4ba0fb7bb824c3c8856f5 Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Mon, 25 Dec 2023 14:08:48 +0700 Subject: [PATCH] correctly configure the ignore --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d789a3ac5..947997075 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,7 +19,8 @@ updates: interval: daily open-pull-requests-limit: 20 ignore: - - "github.com/cosmos/cosmos-sdk" + dependency-name: + - "github.com/cosmos/cosmos-sdk" labels: - automerge - dependencies