mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-14 10:35:50 +01:00
20 lines
343 B
JSON
20 lines
343 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": "chore: "
|
|
}
|