hardlounge/renovate.json

14 lines
176 B
JSON
Raw Normal View History

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