From 06167778223b83d00640cd8f62acbfa75cc97575 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 11 Jun 2025 17:35:12 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/renovate.json b/renovate.json index ee4e763c36..434701f663 100644 --- a/renovate.json +++ b/renovate.json @@ -12,8 +12,8 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "^gax-java/dependencies\\.properties$" + "managerFilePatterns": [ + "/^gax-java/dependencies\\.properties$/" ], "matchStrings": [ "=(?.+\\:.+?):(?.+?)\\n" @@ -22,8 +22,8 @@ }, { "customType": "regex", - "fileMatch": [ - "^gax-java/dependencies\\.properties$" + "managerFilePatterns": [ + "/^gax-java/dependencies\\.properties$/" ], "matchStrings": [ "version\\.google_java_format=(?.+?)\\n" @@ -33,9 +33,9 @@ }, { "customType": "regex", - "fileMatch": [ - "^gax-java/dependencies\\.properties$", - "^\\.cloudbuild/library_generation/library_generation.*\\.Dockerfile$" + "managerFilePatterns": [ + "/^gax-java/dependencies\\.properties$/", + "/^\\.cloudbuild/library_generation/library_generation.*\\.Dockerfile$/" ], "matchStrings": [ "version\\.io_grpc=(?.+?)\\n", @@ -46,8 +46,8 @@ }, { "customType": "regex", - "fileMatch": [ - "^.kokoro/presubmit/graalvm-native.*.cfg$" + "managerFilePatterns": [ + "/^.kokoro/presubmit/graalvm-native.*.cfg$/" ], "matchStrings": [ "value: \"gcr.io/cloud-devrel-kokoro-resources/graalvm:(?.*?)\"", @@ -58,8 +58,8 @@ }, { "customType": "regex", - "fileMatch": [ - "^.cloudbuild/*" + "managerFilePatterns": [ + "/^.cloudbuild/*/" ], "matchStrings": [ " _JAVA_SHARED_CONFIG_VERSION: '(?.+?)'" @@ -69,8 +69,8 @@ }, { "customType": "regex", - "fileMatch": [ - "^.cloudbuild/library_generation/library_generation.*\\.Dockerfile$" + "managerFilePatterns": [ + "/^.cloudbuild/library_generation/library_generation.*\\.Dockerfile$/" ], "matchStrings": [ "OWLBOT_CLI_COMMITTISH=(?.*?)\\n"