mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 12:46:46 +01:00
14 lines
239 B
JSON
14 lines
239 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":disableDependencyDashboard"
|
|
],
|
|
"timezone": "Europe/Berlin",
|
|
"schedule": [
|
|
"every monday"
|
|
],
|
|
"labels": ["Renovate"],
|
|
"commitMessagePrefix": "build: ",
|
|
"rebaseWhen": "conflicted"
|
|
}
|