Add a renovate.json schema validation #45

Merged
Philipp merged 2 commits from add-schema-validation into main 2025-12-19 17:52:00 +01:00
Showing only changes of commit 60c6779c64 - Show all commits

View File

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