Add a renovate.json schema validation (#45)
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m23s

Reviewed-on: #45
This commit was merged in pull request #45.
This commit is contained in:
2025-12-19 17:51:59 +01:00
2 changed files with 16 additions and 0 deletions

View File

@@ -49,3 +49,8 @@ repos:
hooks:
- id: prettier
types_or: [css, javascript]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.36.0
hooks:
- id: check-renovate

View File

@@ -13,6 +13,17 @@
"postUpdateOptions": [
"npmInstall"
]
},
{
"matchPackageNames": [
"npm"
],
"matchUpdateTypes": [
"major",
"minor",
"patch"
],
"enabled": true
}
]
}