Plex-FAWE/renovate.json

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

20 lines
299 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",
"rhino-runtime",
"mockito-core",
"antlr4",
"antlr4-runtime",
"paranamer",
"fastutil",
"auto-value-annotations",
"auto-value",
"gson",
"fabric-api"
]
2020-12-20 21:29:54 +00:00
}