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

This commit is contained in:
2025-12-19 17:49:54 +01:00
parent fb80f152df
commit 60c6779c64

View File

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