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 dade425 commit 114eab3Copy full SHA for 114eab3
tools/make/lint.mk
@@ -101,4 +101,6 @@ lint.markdown:
101
.PHONY: lint.dependabot
102
lint: lint.dependabot
103
lint.dependabot: ## Check if dependabot configuration is valid
104
- @npx @bugron/validate-dependabot-yaml .github/dependabot.yml
+ @$(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