Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: choose android version of Guava with renovabot #461

Merged
merged 2 commits into from Apr 15, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions renovate.json
Expand Up @@ -3,6 +3,12 @@
"config:base"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC, we needed to pick and choose from things included in config:base to all the versionScheme for guava to take effect: https://github.com/googleapis/java-shared-dependencies/blob/9f844c4b86cfd5e228a1d3b215726d632c21abf6/renovate.json#L2-L12

],
"packageRules": [
{
"packagePatterns": [
"^com.google.guava:"
],
"versionScheme": "docker"
},
{
"packagePatterns": ["^com.google.appengine:appengine-"],
"groupName": "AppEngine packages"
Expand Down