1
0
Fork 0
mirror of https://git.btclock.dev/btclock/webui.git synced 2025-01-17 15:42:22 +01:00

Reconfigure renovate

This commit is contained in:
Djuri Baars 2024-12-26 14:36:49 +01:00
parent 5cbddd1b39
commit c082630858

View file

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