Skip to content

Commit 2d6f4f3

Browse files
gcf-owl-bot[bot]tlhquynh
authored andcommitted
chore: add regex to match unmanaged dependency check (googleapis#1941) (googleapis#2971)
Source-Link: googleapis/synthtool@ca7a716 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:cecae6152a85d55c932a64515643cf2e32a1f1b6e17503080eb07744b2177f28 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 417a83c commit 2d6f4f3

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/.OwlBot.lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:1fb09a3eb66af09221da69087fd1b4d075bc7c79e508d0708f5dc0f842069da2
17-
# created: 2024-02-05T19:43:08.106031548Z
16+
digest: sha256:cecae6152a85d55c932a64515643cf2e32a1f1b6e17503080eb07744b2177f28
17+
# created: 2024-03-25T17:31:37.187420732Z

renovate.json

+9
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
"matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""],
2424
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
2525
"datasourceTemplate": "maven"
26+
},
27+
{
28+
"customType": "regex",
29+
"fileMatch": [
30+
"^.github/workflows/unmanaged_dependency_check.yaml$"
31+
],
32+
"matchStrings": ["uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\n"],
33+
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
34+
"datasourceTemplate": "maven"
2635
}
2736
],
2837
"packageRules": [

0 commit comments

Comments
 (0)