renovate: ignore guava and brigadier

- we want to keep using old guava to avoid breaking compat
- can't run renovate for brig since mojangs maven has invalid meta
This commit is contained in:
Jason Penilla 2023-11-09 14:09:16 -07:00
parent 30c3094d8a
commit 980ba0dfb3
No known key found for this signature in database
GPG key ID: 0E75A301420E48F8

View file

@ -8,7 +8,9 @@
], ],
"ignoreDeps": [ "ignoreDeps": [
"com.mojang:minecraft", "com.mojang:minecraft",
"quiet-fabric-loom" "quiet-fabric-loom",
"com.google.guava:guava",
"com.mojang:brigadier"
], ],
"labels": [ "labels": [
"dependencies" "dependencies"