Copilot commented on code in PR #14107:
URL: https://github.com/apache/cloudstack/pull/14107#discussion_r3981340811
##########
.pre-commit-config.yaml:
##########
@@ -216,3 +216,10 @@ repos:
types: [yaml]
files: \.ya?ml$
exclude: ^.*k8s-.*\.ya?ml$|^.github/workflows/.*\.lock\.ya?ml$
+ - repo: https://github.com/python-jsonschema/check-jsonschema
+ rev: 12e63946db2c5cfcc9030fac21c3883ba88c6ed8 # frozen: 0.38.0
+ hooks:
+ - id: check-dependabot
+ name: validate dependabot.yml
Review Comment:
Hook `name` says it validates `dependabot.yml`, but `files` matches both
`.github/dependabot.yml` and `.github/dependabot.yaml` (`\.ya?ml`). Consider
renaming the hook to avoid implying only the `.yml` extension is covered.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]