From 5aa7294b2df517b39d2ed860c76388189690b368 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Tue, 5 Nov 2024 12:42:06 +0100 Subject: dependabot.yml: remove dash from the names https://github.com/dependabot/dependabot-core/issues/7542#issuecomment-1664438228 It may be the root cause. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f203c455a..6d9964e0c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,5 +21,5 @@ updates: - "*" exclude-patterns: - "mockery" - - "golangci-lint" + - "golangci" - "appengine" -- cgit mrf-deployment