Exclude dependencies from renovate

This commit is contained in:
NotMyFault 2020-12-21 11:17:46 +01:00 committed by GitHub
parent 73406b2e15
commit a32f3b0e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
{ {
"extends": [ "extends": [
"config:base" "config:base"
] ],
"ignoreDeps": ["guava", "rhino-runtime", "mockito-core", "antlr4", "antlr4-runtime", "paranamer"]
} }