Add renovate config
All checks were successful
/ build (push) Successful in 3m41s
/ check-changes (push) Successful in 15s

This commit is contained in:
Djuri 2024-12-26 14:26:33 +01:00
parent cc538cf643
commit 29ef28b06d

15
renovate.json Normal file
View file

@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["major"],
"enabled": false
}
],
"schedule": ["* 0-3 * * *"],
"npm": {
"rangeStrategy": "update-lockfile"
}
}