Skip to content

Commit

Permalink
chore: clean up and update renovate.json (#238)
Browse files Browse the repository at this point in the history
To remove unused package groupings and add "test" commit type

Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com>
Source-Date: Tue Oct 20 18:31:45 2020 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 6abb59097be84599a1d6091fe534a49e5c5cf948
Source-Link: googleapis/synthtool@6abb590
  • Loading branch information
yoshi-automation committed Oct 22, 2020
1 parent 942f41a commit 657ce3a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
30 changes: 11 additions & 19 deletions renovate.json
Expand Up @@ -17,24 +17,6 @@
],
"versionScheme": "docker"
},
{
"packagePatterns": [
"^com.google.api:gax",
"^com.google.auth:",
"^com.google.cloud:google-cloud-core",
"^io.grpc:",
"^com.google.guava:"
],
"groupName": "core dependencies"
},
{
"packagePatterns": [
"^com.google.http-client:",
"^com.google.oauth-client:",
"^com.google.api-client:"
],
"groupName": "core transport dependencies"
},
{
"packagePatterns": [
"*"
Expand Down Expand Up @@ -63,6 +45,16 @@
"semanticCommitType": "chore",
"semanticCommitScope": "deps"
},
{
"packagePatterns": [
"^junit:junit",
"^com.google.truth:truth",
"^org.mockito:mockito-core",
"^org.objenesis:objenesis"
],
"semanticCommitType": "test",
"semanticCommitScope": "deps"
},
{
"packagePatterns": [
"^com.google.cloud:google-cloud-"
Expand All @@ -78,4 +70,4 @@
],
"semanticCommits": true,
"masterIssue": true
}
}
4 changes: 2 additions & 2 deletions synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-datastore.git",
"sha": "9aa87434c125bee0085ffde33e9614358874ded7"
"sha": "de2c473b1fc0e518c840cbce6a912abe24b4cb95"
}
},
{
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "5a506ec8765cc04f7e29f888b8e9b257d9a7ae11"
"sha": "6abb59097be84599a1d6091fe534a49e5c5cf948"
}
}
],
Expand Down

0 comments on commit 657ce3a

Please sign in to comment.