scratch-desktop/renovate.json5

23 lines
429 B
Text
Raw Normal View History

2023-03-31 13:07:44 -04:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>LLK/scratch-renovate-config"
],
"vulnerabilityAlerts": {
"packageRules": [
{
"matchCurrentVersion": "!/^0/",
"matchUpdateTypes": [
"minor",
"patch",
"lockFileMaintenance"
],
"automerge": true,
"rebaseWhen": "behind-base-branch"
}
]
}
2023-03-31 13:07:44 -04:00
}