From 35b09f45fd04d4cdc85c03e8eb97c781b5f4cf42 Mon Sep 17 00:00:00 2001 From: Marcello Teodori <151025+mteodori@users.noreply.github.com> Date: Thu, 24 Feb 2022 14:28:32 +0100 Subject: [PATCH] Add Dependabot validation --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d22be2e..143b07f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,6 +20,11 @@ repos: hooks: - id: check-travis - 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 rev: 2.4.0 hooks: