Skip to content

Commit 114eab3

Browse files
authored
ci: disable lint.dependabot (#7445)
Signed-off-by: zirain <zirain2009@gmail.com>
1 parent dade425 commit 114eab3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/make/lint.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,6 @@ lint.markdown:
101101
.PHONY: lint.dependabot
102102
lint: lint.dependabot
103103
lint.dependabot: ## Check if dependabot configuration is valid
104-
@npx @bugron/validate-dependabot-yaml .github/dependabot.yml
104+
@$(LOG_TARGET)
105+
# TODO: re-enable this when https://json.schemastore.org/dependabot-2.0.json is back to normal.
106+
@#npx @bugron/validate-dependabot-yaml .github/dependabot.yml

0 commit comments

Comments
 (0)