thelounge/renovate.json

14 lines
176 B
JSON
Raw Normal View History

2018-05-12 11:21:25 +02:00
{
"extends": [
"config:base"
2018-05-12 11:57:28 +02:00
],
"ignorePaths": [
"test/"
],
"labels": [
"Type: Dependencies"
],
2018-05-24 15:44:47 +02:00
"rebaseStalePrs": true,
2018-05-12 11:57:28 +02:00
"statusCheckVerify": true
2018-05-12 11:21:25 +02:00
}