mirror of
https://github.com/thelounge/thelounge
synced 2024-11-11 15:07:14 +00:00
17 lines
357 B
JSON
17 lines
357 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"ignorePaths": ["test/"],
|
|
"labels": ["Type: Dependencies"],
|
|
"rebaseStalePrs": true,
|
|
"statusCheckVerify": true,
|
|
"stabilityDays": 1,
|
|
"vulnerabilityAlerts": {
|
|
"labels": ["Type: Security"]
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"depTypeList": ["devDependencies"],
|
|
"extends": ["schedule:weekends"]
|
|
}
|
|
]
|
|
}
|