hedgedoc/renovate.json
Tilman Vatteroth 8600c2dae6
Change label used by renovate to "type: maintenance"
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2020-11-30 18:24:43 +01:00

15 lines
249 B
JSON

{
"extends": [
"config:base",
"group:definitelyTyped",
"group:socketio",
"group:linters",
"group:test",
"group:nextjsMonorepo",
":disableMajorUpdates",
":gitSignOff"
],
"labels": [
"type: maintenance"
]
}