mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-01 02:17:11 +00:00
36 lines
943 B
JSON
36 lines
943 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
":semanticCommitsDisabled"
|
|
],
|
|
"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",
|
|
"log4j",
|
|
"org.apache.logging.log4j:log4j-api",
|
|
"org.apache.logging.log4j:log4j-bom",
|
|
"org.apache.logging.log4j:log4j-slf4j-impl",
|
|
"org.apache.logging.log4j:log4j-core",
|
|
"org.bstats:bstats-sponge",
|
|
"org.spongepowered:spongeapi",
|
|
"org.yaml:snakeyaml"
|
|
],
|
|
"labels": ["Renovate"],
|
|
"rebaseWhen": "conflicted",
|
|
"schedule": ["on the first day of the month"]
|
|
}
|