mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
22 lines
429 B
Text
22 lines
429 B
Text
{
|
|
"$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"
|
|
}
|
|
]
|
|
}
|
|
}
|