mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-10-31 18:07:12 +00:00
31 lines
647 B
JSON
31 lines
647 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":disableDependencyDashboard"
|
|
],
|
|
"ignoreDeps": [
|
|
"guava",
|
|
"com.google.guava:guava",
|
|
"rhino-runtime",
|
|
"mockito-core",
|
|
"org.antlr",
|
|
"antlr4-runtime",
|
|
"fastutil",
|
|
"it.unimi.dsi:fastutil",
|
|
"auto-value-annotations",
|
|
"auto-value",
|
|
"com.google.code.gson:gson",
|
|
"net.fabricmc:fabric-loader",
|
|
"net.fabricmc.fabric-api:fabric-api",
|
|
"com.github.luben:zstd-jni",
|
|
"net.kyori"
|
|
],
|
|
"timezone": "Europe/Berlin",
|
|
"schedule": [
|
|
"on monday after 9am"
|
|
],
|
|
"labels": ["Renovate"],
|
|
"commitMessagePrefix": "build: ",
|
|
"rebaseWhen": "conflicted"
|
|
}
|