Skip to content

Commit 65a49a1

Browse files
committed
1 parent 036493f commit 65a49a1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,10 @@ repos:
216216
types: [yaml]
217217
files: \.ya?ml$
218218
exclude: ^.*k8s-.*\.ya?ml$|^.github/workflows/.*\.lock\.ya?ml$
219+
- repo: https://github.com/python-jsonschema/check-jsonschema
220+
rev: 12e63946db2c5cfcc9030fac21c3883ba88c6ed8 # frozen: 0.38.0
221+
hooks:
222+
- id: check-dependabot
223+
name: validate dependabot.yml
224+
description: ensures the dependabot config file is valid
225+
files: ^\.github/dependabot\.yml$

0 commit comments

Comments
 (0)