mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
e6db8e2750
* Perform code reformatting * Fix javadoc errors
15 lines
268 B
JSON
15 lines
268 B
JSON
{
|
|
"$schema" : "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends" : [
|
|
"config:base",
|
|
":semanticCommitsDisabled"
|
|
],
|
|
"labels" : [
|
|
"dependencies"
|
|
],
|
|
"rebaseWhen" : "conflicted",
|
|
"schedule" : [
|
|
"on the first day of the week"
|
|
]
|
|
}
|