Plex-FAWE/renovate.json

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

30 lines
632 B
JSON
Raw Normal View History

2020-12-20 21:29:54 +00:00
{
"extends": [
"config:base",
":disableDependencyDashboard"
2020-12-21 10:17:46 +00:00
],
"ignoreDeps": [
"guava",
"com.google.guava:guava",
"rhino-runtime",
"mockito-core",
"org.antlr",
"antlr4-runtime",
"fastutil",
2021-09-14 15:02:54 +00:00
"it.unimi.dsi:fastutil",
"auto-value-annotations",
"auto-value",
"com.google.code.gson:gson",
2021-09-17 14:00:25 +00: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 17:03:41 +00:00
],
"labels": ["Renovate"],
"commitMessagePrefix": "build: ",
"rebaseWhen": "conflicted"
2020-12-20 21:29:54 +00:00
}