Skip to content

Commit 3b3b3a7

Browse files
authored
chore: renable lint.dependabot (#7454)
Signed-off-by: zirain <[email protected]>
1 parent fe84555 commit 3b3b3a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/make/lint.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,4 @@ lint.markdown:
102102
lint: lint.dependabot
103103
lint.dependabot: ## Check if dependabot configuration is valid
104104
@$(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
105+
@npx @bugron/validate-dependabot-yaml .github/dependabot.yml

0 commit comments

Comments
 (0)