mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -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": [
|
||||
"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