1
0
Fork 0
mirror of https://git.btclock.dev/btclock/webui.git synced 2025-01-17 15:42:22 +01:00
btclock-webui/renovate.json
2024-12-26 14:36:49 +01:00

15 lines
297 B
JSON

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