Skip to content

Commit fd1fa86

Browse files
committed
change renovate config
1 parent ddca0b8 commit fd1fa86

File tree

1 file changed

+5
-19
lines changed
  • hermetic_build/library_generation/owlbot/templates/java_library

1 file changed

+5
-19
lines changed

hermetic_build/library_generation/owlbot/templates/java_library/renovate.json

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,15 @@
3737
{
3838
"customType": "regex",
3939
"fileMatch": [
40-
"^.github/workflows/unmanaged_dependency_check.yaml$"
41-
],
42-
"matchStrings": [
43-
"uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\n"
44-
],
45-
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
46-
"datasourceTemplate": "maven"
47-
},
48-
{
49-
"fileMatch": [
40+
"^.github/workflows/unmanaged_dependency_check.yaml$",
5041
"^.github/workflows/hermetic_library_generation.yaml$"
5142
],
5243
"matchStrings": [
53-
"uses: googleapis/sdk-platform-java/.github/scripts@v(?<currentValue>.+?)\\n"
44+
"uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\n",
45+
"uses: googleapis/sdk-platform-java/.github/scripts@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\n",
46+
"IMAGE_TAG: (?<currentValue>.+?)\\n"
5447
],
55-
"depNameTemplate": "com.google.api:gapic-generator-java",
48+
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
5649
"datasourceTemplate": "maven"
5750
}
5851
],
@@ -114,13 +107,6 @@
114107
"^com.fasterxml.jackson.core"
115108
],
116109
"groupName": "jackson dependencies"
117-
},
118-
{
119-
"matchPackagePatterns": [
120-
"^com.google.api:gapic-generator-java",
121-
"^com.google.cloud:sdk-platform-java-config"
122-
],
123-
"groupName": "SDK platform Java dependencies"
124110
}
125111
],
126112
"semanticCommits": true,

0 commit comments

Comments
 (0)