Skip to content

Commit

Permalink
chore(java): treat samples shared configuration dependency update as …
Browse files Browse the repository at this point in the history
…chore (#457)
  • Loading branch information
chingor13 committed Mar 25, 2020
1 parent 1b4cc80 commit e36822b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion synthtool/gcp/templates/java_library/renovate.json
Expand Up @@ -57,7 +57,8 @@
{
"packagePatterns": [
"^{{metadata['repo']['distribution_name']}}",
"^com.google.cloud:libraries-bom"
"^com.google.cloud:libraries-bom",
"^com.google.cloud.samples:shared-configuration"
],
"semanticCommitType": "chore",
"semanticCommitScope": "deps"
Expand Down

0 comments on commit e36822b

Please sign in to comment.