mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-05 09:20:52 +01:00
a9f08bc885
Closes #3330
21 lines
373 B
JSON
21 lines
373 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":disableDependencyDashboard"
|
|
],
|
|
"ignoreDeps": [
|
|
"guava",
|
|
"com.google.guava:guava",
|
|
"com.google.code.gson:gson",
|
|
"gson",
|
|
"snakeyaml"
|
|
],
|
|
"timezone": "Europe/Berlin",
|
|
"schedule": [
|
|
"on monday after 9am"
|
|
],
|
|
"labels": ["Renovate"],
|
|
"commitMessagePrefix": "build: ",
|
|
"rebaseWhen": "conflicted"
|
|
}
|