Skip to content

Commit

Permalink
chore: group error prone dependencies for renovate. (#3268)
Browse files Browse the repository at this point in the history
group so that renovate bot can create one pr for error prone dependency
upgrades.
Currently creates 2, e.g.
#3266,
#3265
  • Loading branch information
zhumin8 authored Dec 18, 2024
1 parent ae493f0 commit dc5c24f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,12 @@
"matchPackageNames": [
"/^io.netty/"
]
},
{
"groupName": "Error Prone dependencies",
"matchPackagePatterns": [
"^com.google.errorprone"
]
}
]
}

0 comments on commit dc5c24f

Please sign in to comment.