chore: test Renovate automerge for non-major vulnerability updates

This commit is contained in:
Christopher Willis-Ford 2023-04-04 11:33:08 -07:00
parent 8d367712b9
commit 5de4d15fc0

View file

@ -3,5 +3,20 @@
"extends": [
"github>LLK/scratch-renovate-config"
],
"vulnerabilityAlerts": {
"packageRules": [
{
"matchCurrentVersion": "!/^0/",
"matchUpdateTypes": [
"minor",
"patch",
"lockFileMaintenance"
],
"automerge": true,
"rebaseWhen": "behind-base-branch"
}
]
}
}