PlotSquared/renovate.json

19 lines
312 B
JSON
Raw Normal View History

2020-12-20 22:24:38 +01:00
{
"extends": [
"config:base",
":disableDependencyDashboard"
],
"ignoreDeps": [
"guava",
2021-09-29 18:09:12 +02:00
"com.google.guava:guava",
2021-09-06 15:04:07 +02:00
"gson",
"snakeyaml"
],
"timezone": "Europe/Berlin",
"schedule": [
"on monday after 9am"
],
"labels": ["Renovate"],
"commitMessagePrefix": "chore: "
2020-12-20 22:24:38 +01:00
}