PlotSquared/renovate.json

14 lines
239 B
JSON
Raw Permalink Normal View History

2020-12-20 22:24:38 +01:00
{
"extends": [
"config:base",
":disableDependencyDashboard"
],
"timezone": "Europe/Berlin",
"schedule": [
2022-06-13 11:23:48 +02:00
"every monday"
],
"labels": ["Renovate"],
"commitMessagePrefix": "build: ",
"rebaseWhen": "conflicted"
2020-12-20 22:24:38 +01:00
}