Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
chore(java): treat samples shared configuration dependency update as …
Browse files Browse the repository at this point in the history
…chore (#457)

googleapis/synthtool@e36822b
commit e36822bfa0acb355502dab391b8ef9c4f30208d8
Author: Jeff Ching <chingor@google.com>
Date:   Wed Mar 25 09:18:16 2020 -0700

    chore(java): treat samples shared configuration dependency update as chore (#457)

synthtool/gcp/templates/java_library/renovate.json
  • Loading branch information
yoshi-automation committed Mar 25, 2020
1 parent 12d4413 commit bf93aff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion renovate.json
Expand Up @@ -57,7 +57,8 @@
{
"packagePatterns": [
"^com.google.cloud:google-cloud-monitoring",
"^com.google.cloud:libraries-bom"
"^com.google.cloud:libraries-bom",
"^com.google.cloud.samples:shared-configuration"
],
"semanticCommitType": "chore",
"semanticCommitScope": "deps"
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
@@ -1,5 +1,5 @@
{
"updateTime": "2020-03-25T18:07:53.773075Z",
"updateTime": "2020-03-25T18:01:28.692068Z",
"sources": [
{
"git": {
Expand All @@ -14,8 +14,8 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "ee4330a0e5f4b93978e8683fbda8e6d4148326b7",
"log": "ee4330a0e5f4b93978e8683fbda8e6d4148326b7\nchore(java_templates): mark version bumps of current library as a chore (#452)\n\nWith the samples/install-without-bom/pom.xml referencing the latest released library, we want to mark updates of this version as a chore for renovate bot.\na0d3133a5d45544a66345059eebf76933265c099\nfix(java): run mvn install with retry (#453)\n\n* fix(java): run mvn install with retry\n\n* fix invocation of command\n6a17abc7652e2fe563e1288c6e8c23fc260dda97\ndocs: document the release schedule we follow (#454)\n\n\n"
"sha": "e36822bfa0acb355502dab391b8ef9c4f30208d8",
"log": "e36822bfa0acb355502dab391b8ef9c4f30208d8\nchore(java): treat samples shared configuration dependency update as chore (#457)\n\n\n1b4cc80a7aaf164f6241937dd87f3bd1f4149e0c\nfix: do not run node 8 CI (#456)\n\n\nee4330a0e5f4b93978e8683fbda8e6d4148326b7\nchore(java_templates): mark version bumps of current library as a chore (#452)\n\nWith the samples/install-without-bom/pom.xml referencing the latest released library, we want to mark updates of this version as a chore for renovate bot.\na0d3133a5d45544a66345059eebf76933265c099\nfix(java): run mvn install with retry (#453)\n\n* fix(java): run mvn install with retry\n\n* fix invocation of command\n6a17abc7652e2fe563e1288c6e8c23fc260dda97\ndocs: document the release schedule we follow (#454)\n\n\n"
}
}
],
Expand Down

0 comments on commit bf93aff

Please sign in to comment.