aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-11-05 12:42:06 +0100
committerTaras Madan <tarasmadan@google.com>2024-11-05 13:41:10 +0000
commit5aa7294b2df517b39d2ed860c76388189690b368 (patch)
tree1338dd470036df5f16c2aa41835e6c62c6a42a02
parentda38b4c931f2882f34163d41ac10bfc78112afc8 (diff)
dependabot.yml: remove dash from the names
https://github.com/dependabot/dependabot-core/issues/7542#issuecomment-1664438228 It may be the root cause.
-rw-r--r--.github/dependabot.yml2
1 files changed, 1 insertions, 1 deletions
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"