Skip to content

Commit 9af9d6a

Browse files
authored
chore: temporarily disable auto value dependency updates until after LTS release (#965)
1 parent 6d526a3 commit 9af9d6a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
"ignorePaths": [".kokoro/requirements.txt"],
1414
"ignoreDeps": ["org.codehaus.mojo:flatten-maven-plugin"],
1515
"packageRules": [
16+
{
17+
"packagePatterns": [
18+
"^com.google.auto.value:"
19+
],
20+
"enabled": false
21+
},
1622
{
1723
"packagePatterns": [
1824
"*"

0 commit comments

Comments
 (0)