Plex-FAWE/renovate.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

40 lines
1015 B
JSON
Raw Normal View History

2020-12-20 21:29:54 +00:00
{
"extends":[
"config:base",
":disableDependencyDashboard"
],
"packageRules":[
{
"matchPaths":[
"worldedit-bukkit/**",
"worldedit-core/**",
"worldedit-cli/**",
"worldedit-libs/**",
"buildSrc/**",
"gradle/**"
],
"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",
"net.kyori",
"net.kyori:adventure-nbt",
"org.jetbrains.kotlin.jvm"
]
}
],
"labels":["Renovate"],
"commitMessagePrefix":"build: ",
"rebaseWhen":"conflicted"
2020-12-20 21:29:54 +00:00
}