mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-05 09:20:52 +01:00
13 lines
256 B
JSON
13 lines
256 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 month"]
|
|
}
|