mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Replace deprecated Renovate config options.
This was an automatically requested migration that the `renovate-config-validator` asked for. It's hard to tell because the config options it asked to be removed are no longer in their docs, but I believe this will not change the behavior of the renovate bot at all.
This commit is contained in:
parent
dcce9eba25
commit
7e0afc90fd
1 changed files with 2 additions and 4 deletions
|
@ -2,16 +2,14 @@
|
|||
"extends": ["config:base"],
|
||||
"ignorePaths": ["test/"],
|
||||
"labels": ["Type: Dependencies"],
|
||||
"rebaseStalePrs": true,
|
||||
"statusCheckVerify": true,
|
||||
"stabilityDays": 1,
|
||||
"vulnerabilityAlerts": {
|
||||
"labels": ["Type: Security"]
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"depTypeList": ["dependencies", "devDependencies"],
|
||||
"extends": ["schedule:monthly"]
|
||||
"extends": ["schedule:monthly"],
|
||||
"matchDepTypes": ["dependencies", "devDependencies"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue