From 074fa826a2a188d4b51769d34af950d458f3dd3b Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Mon, 25 Dec 2023 14:12:04 +0700 Subject: [PATCH] ensure that the ignores are an array (#951) --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 947997075..04f9770eb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,8 +19,7 @@ updates: interval: daily open-pull-requests-limit: 20 ignore: - dependency-name: - - "github.com/cosmos/cosmos-sdk" + - dependency-name: "github.com/cosmos/cosmos-sdk" labels: - automerge - dependencies