Add Dependabot validation

This commit is contained in:
Marcello Teodori
2022-02-24 14:28:32 +01:00
parent d12cb711ea
commit 35b09f45fd

View File

@@ -20,6 +20,11 @@ repos:
hooks: hooks:
- id: check-travis - id: check-travis
- id: check-github-workflows - id: check-github-workflows
- id: check-jsonschema
alias: check-dependabot
name: "Validate Dependabot Config"
files: '.github/dependabot\.yml$'
args: ["--schemafile", "https://json.schemastore.org/dependabot-2.0.json"]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python - repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: 2.4.0 rev: 2.4.0
hooks: hooks: