mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 08:35:41 -04:00
66 lines
1.1 KiB
JSON
66 lines
1.1 KiB
JSON
{
|
||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
"extends": [
|
||
"config:recommended"
|
||
],
|
||
"prCreation": "immediate",
|
||
"rebaseWhen": "conflicted",
|
||
"rebaseLabel": "AC › Needs Rebase",
|
||
"vulnerabilityAlerts": {
|
||
"enabled": true,
|
||
"labels": ["Type ◦ Vulnerability"]
|
||
},
|
||
"labels": [
|
||
"Type ◦ Dependency"
|
||
],
|
||
"major": {
|
||
"automerge": false
|
||
},
|
||
"lockFileMaintenance": {
|
||
"enabled": true,
|
||
"automerge": true
|
||
},
|
||
"packageRules": [
|
||
{
|
||
"matchManagers": [
|
||
"npm",
|
||
"nvm"
|
||
],
|
||
"addLabels": [
|
||
"Type ◦ Dependency"
|
||
],
|
||
"rangeStrategy": "pin"
|
||
},
|
||
{
|
||
"matchManagers": [
|
||
"npm",
|
||
"nvm"
|
||
],
|
||
"matchUpdateTypes": [
|
||
"minor",
|
||
"patch"
|
||
],
|
||
"automerge": false
|
||
},
|
||
{
|
||
"matchManagers": [
|
||
"github-actions"
|
||
],
|
||
"addLabels": [
|
||
"Type ◦ Git Action"
|
||
],
|
||
"rangeStrategy": "pin"
|
||
},
|
||
{
|
||
"matchManagers": [
|
||
"github-actions"
|
||
],
|
||
"matchUpdateTypes": [
|
||
"minor",
|
||
"patch"
|
||
],
|
||
"automerge": false
|
||
}
|
||
]
|
||
}
|