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

16 lines
297 B
JSON
Raw Permalink Normal View History

2024-12-26 14:26:33 +01:00
{
2024-12-26 14:36:49 +01:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["major"],
"enabled": false
}
],
"schedule": ["* 0-3 * * *"],
"npm": {
"rangeStrategy": "update-lockfile"
}
2024-12-26 14:26:33 +01:00
}