mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-10 14:42:09 -05:00
chore: test Renovate automerge for non-major vulnerability updates
This commit is contained in:
parent
8d367712b9
commit
5de4d15fc0
1 changed files with 16 additions and 1 deletions
|
@ -3,5 +3,20 @@
|
||||||
|
|
||||||
"extends": [
|
"extends": [
|
||||||
"github>LLK/scratch-renovate-config"
|
"github>LLK/scratch-renovate-config"
|
||||||
|
],
|
||||||
|
|
||||||
|
"vulnerabilityAlerts": {
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchCurrentVersion": "!/^0/",
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch",
|
||||||
|
"lockFileMaintenance"
|
||||||
|
],
|
||||||
|
"automerge": true,
|
||||||
|
"rebaseWhen": "behind-base-branch"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue