Skip to content

Commit

Permalink
update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Sep 26, 2024
1 parent 9d0b5c4 commit 80e29ab
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@
],
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
"datasourceTemplate": "maven"
},
{
"fileMatch": [
".github/workflows/hermetic_library_generation.yaml"
],
"matchStrings": [
"uses: googleapis/sdk-platform-java/.github/scripts@v(?<currentValue>.+?)\\n"
],
"depNameTemplate": "com.google.api:gapic-generator-java",
"datasourceTemplate": "maven"
}
],
"packageRules": [
Expand Down Expand Up @@ -101,6 +111,13 @@
"^com.fasterxml.jackson.core"
],
"groupName": "jackson dependencies"
},
{
"matchPackagePatterns": [
"com.google.api:gapic-generator-java",
"com.google.cloud:sdk-platform-java-config"
],
"groupName": "SDK platform Java dependencies"
}
],
"semanticCommits": true,
Expand Down

0 comments on commit 80e29ab

Please sign in to comment.