mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 20:56:45 +01:00
ee832528db
Closes #3252
16 lines
218 B
JSON
16 lines
218 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":disableDependencyDashboard"
|
|
],
|
|
"ignoreDeps": [
|
|
"guava",
|
|
"gson",
|
|
"snakeyaml"
|
|
],
|
|
"timezone": "Europe/Berlin",
|
|
"schedule": [
|
|
"on monday after 9am"
|
|
]
|
|
}
|