FastAsyncWorldEdit/.github/renovate.json

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

36 Zeilen
943 B
JSON

2020-12-20 22:29:54 +01:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommitsDisabled"
],
2023-07-01 10:32:39 +02:00
"automerge": true,
"ignoreDeps": [
"guava",
"com.google.guava:guava",
"rhino-runtime",
"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",
"org.jetbrains.kotlin.jvm",
2023-08-09 20:56:15 +02:00
"log4j",
2023-08-09 20:54:46 +02:00
"org.apache.logging.log4j:log4j-api",
2023-08-09 20:56:15 +02:00
"org.apache.logging.log4j:log4j-bom",
"org.apache.logging.log4j:log4j-slf4j-impl",
2023-08-09 20:59:27 +02:00
"org.apache.logging.log4j:log4j-core",
2023-08-09 20:56:15 +02:00
"org.bstats:bstats-sponge",
"org.spongepowered:spongeapi",
2023-08-09 20:54:46 +02:00
"org.yaml:snakeyaml"
],
"labels": ["Renovate"],
2023-03-06 13:55:02 +01:00
"rebaseWhen": "conflicted",
2023-04-01 17:53:36 +02:00
"schedule": ["on the first day of the month"]
2020-12-20 22:29:54 +01:00
}