Skip to content

Commit

Permalink
chore: update renovate config for unmanaged dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Mar 25, 2024
1 parent a6882fb commit 62edaf7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
shell: bash
run: mvn install -B -ntp -T 1C -DskipTests -Dclirr.skip -Dcheckstyle.skip
- name: Unmanaged dependency check
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@unmanaged-dependencies-check-latest
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.27.0
with:
bom-path: gapic-libraries-bom/pom.xml
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
".kokoro/nightly/graalvm-sub-jobs/native*/common.cfg",
".kokoro/presubmit/graalvm-native*.cfg",
"owl-bot-postprocessor/synthtool/gcp/templates/java-library/.kokoro/presubmit/graalvm-native*.cfg",
"generation_config.yaml"
"generation_config.yaml",
".github/workflows/unmanaged_dependency_check.yaml"
],
"regexManagers": [
{
Expand Down Expand Up @@ -59,6 +60,15 @@
],
"depNameTemplate": "com.google.api:gapic-generator-java",
"datasourceTemplate": "maven"
},
{
"customType": "regex",
"fileMatch": [
"^.github/workflows/unmanaged_dependency_check.yaml$"
],
"matchStrings": ["uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\n"],
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
"datasourceTemplate": "maven"
}
]
}

0 comments on commit 62edaf7

Please sign in to comment.