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:
parent
30c3094d8a
commit
980ba0dfb3
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue