Skip to content

Commit

Permalink
chore: sync renovate template from synthtool (#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 authored and lqiu96 committed Mar 28, 2024
1 parent e2dc2d8 commit f8ad3c4
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion library_generation/owlbot/templates/java_library/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,26 @@
".kokoro/requirements.txt",
".github/workflows/**"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^.kokoro/presubmit/graalvm-native.*.cfg$"
],
"matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""],
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
"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"
}
],
"packageRules": [
{
"packagePatterns": [
Expand Down Expand Up @@ -57,7 +77,8 @@
"^com.google.truth:truth",
"^org.mockito:mockito-core",
"^org.objenesis:objenesis",
"^com.google.cloud:google-cloud-conformance-tests"
"^com.google.cloud:google-cloud-conformance-tests",
"^org.graalvm.buildtools:junit-platform-native"
],
"semanticCommitType": "test",
"semanticCommitScope": "deps"
Expand Down

0 comments on commit f8ad3c4

Please sign in to comment.