thelounge/renovate.json
itsjohncs 7e0afc90fd 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.
2022-02-02 14:36:02 -08:00

16 lines
319 B
JSON

{
"extends": ["config:base"],
"ignorePaths": ["test/"],
"labels": ["Type: Dependencies"],
"stabilityDays": 1,
"vulnerabilityAlerts": {
"labels": ["Type: Security"]
},
"packageRules": [
{
"extends": ["schedule:monthly"],
"matchDepTypes": ["dependencies", "devDependencies"]
}
]
}