We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe84555 commit 3b3b3a7Copy full SHA for 3b3b3a7
tools/make/lint.mk
@@ -102,5 +102,4 @@ lint.markdown:
102
lint: lint.dependabot
103
lint.dependabot: ## Check if dependabot configuration is valid
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
+ @npx @bugron/validate-dependabot-yaml .github/dependabot.yml
0 commit comments