Add renovate.json
Some checks failed
/ build (push) Failing after 1m1s
/ check-changes (push) Successful in 22s

This commit is contained in:
Ticktock Depbot 2024-12-26 13:32:41 +00:00
parent 29ef28b06d
commit 9e9d464d84

View file

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