3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-07-05 18:28:03 +02:00
FastAsyncWorldEdit/renovate.json

Revisionen in .git-blame-ignore-revs werden ignoriert. Klicke hier, um das zu umgehen und die normale Blame-Ansicht zu sehen.

31 Zeilen
649 B
JSON

2020-12-20 22:29:54 +01:00
{
"extends": [
"config:base",
":disableDependencyDashboard"
2020-12-21 11:17:46 +01:00
],
"ignoreDeps": [
"guava",
"com.google.guava:guava",
"rhino-runtime",
"mockito-core",
"org.antlr",
"antlr4-runtime",
"paranamer",
"fastutil",
2021-09-14 17:02:54 +02:00
"it.unimi.dsi:fastutil",
"auto-value-annotations",
"auto-value",
"com.google.code.gson:gson",
2021-09-17 16:00:25 +02:00
"net.fabricmc:fabric-loader",
"net.fabricmc.fabric-api:fabric-api",
"com.github.luben:zstd-jni"
],
"timezone": "Europe/Berlin",
"schedule": [
"on monday after 9am"
2021-10-08 19:03:41 +02:00
],
"labels": ["Renovate"],
"commitMessagePrefix": "build: ",
"rebaseWhen": "conflicted"
2020-12-20 22:29:54 +01:00
}