Skip to content

Commit

Permalink
Group Guava, AppEngine, OpenCensus dependencies for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Jun 12, 2019
1 parent 0ee7fbb commit 50a4deb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"packagePatterns": ["^com.google.guava:guava"],
"groupName": "Guava packages"
},
{
"packagePatterns": ["^com.google.appengine:appengine-"],
"groupName": "AppEngine packages"
},
{
"packagePatterns": ["^io.opencensus:opencensus-"],
"groupName": "OpenCensus packages"
}
]
}

0 comments on commit 50a4deb

Please sign in to comment.