-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore(config): migrate Renovate config #13852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -63,12 +63,12 @@ | |||||||||||||||||||||||||
| "customManagers": [ | ||||||||||||||||||||||||||
| { | ||||||||||||||||||||||||||
| "customType": "regex", | ||||||||||||||||||||||||||
| "fileMatch": [ | ||||||||||||||||||||||||||
| "/^.kokoro/nightly/graalvm-native.*.cfg$/", | ||||||||||||||||||||||||||
| "/^.kokoro/presubmit/graalvm-native.*.cfg$/", | ||||||||||||||||||||||||||
| "/^.kokoro/presubmit/*-graalvm-native-presubmit.cfg$/", | ||||||||||||||||||||||||||
| "/^.kokoro/nightly/graalvm-sub-jobs/native.*/common.cfg$/", | ||||||||||||||||||||||||||
| "/^owl-bot-postprocessor/synthtool/gcp/templates/java-library/.kokoro/presubmit/graalvm-native.*.cfg$/" | ||||||||||||||||||||||||||
| "managerFilePatterns": [ | ||||||||||||||||||||||||||
| "//^.kokoro/nightly/graalvm-native.*.cfg$//", | ||||||||||||||||||||||||||
| "//^.kokoro/presubmit/graalvm-native.*.cfg$//", | ||||||||||||||||||||||||||
| "//^.kokoro/presubmit/*-graalvm-native-presubmit.cfg$//", | ||||||||||||||||||||||||||
| "//^.kokoro/nightly/graalvm-sub-jobs/native.*/common.cfg$//", | ||||||||||||||||||||||||||
| "//^owl-bot-postprocessor/synthtool/gcp/templates/java-library/.kokoro/presubmit/graalvm-native.*.cfg$//" | ||||||||||||||||||||||||||
| ], | ||||||||||||||||||||||||||
| "matchStrings": [ | ||||||||||||||||||||||||||
| "value: \"gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform.*:(?<currentValue>.*?)\"" | ||||||||||||||||||||||||||
|
|
@@ -78,11 +78,11 @@ | |||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||
| { | ||||||||||||||||||||||||||
| "customType": "regex", | ||||||||||||||||||||||||||
| "fileMatch": [ | ||||||||||||||||||||||||||
| "/java-dns/README.md/", | ||||||||||||||||||||||||||
| "/java-notification/README.md/", | ||||||||||||||||||||||||||
| "/java-samples/native-image-sample/pom.xml/", | ||||||||||||||||||||||||||
| "/java-vertexai/README.md/" | ||||||||||||||||||||||||||
| "managerFilePatterns": [ | ||||||||||||||||||||||||||
| "//java-dns/README.md//", | ||||||||||||||||||||||||||
| "//java-notification/README.md//", | ||||||||||||||||||||||||||
| "//java-samples/native-image-sample/pom.xml//", | ||||||||||||||||||||||||||
| "//java-vertexai/README.md//" | ||||||||||||||||||||||||||
| ], | ||||||||||||||||||||||||||
|
Comment on lines
+81
to
86
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The automated migration has incorrectly wrapped the regex patterns in double slashes (
Suggested change
|
||||||||||||||||||||||||||
| "matchStrings": [ | ||||||||||||||||||||||||||
| "<artifactId>libraries-bom</artifactId>\\s+<version>(?<currentValue>.*?)</version>" | ||||||||||||||||||||||||||
|
|
@@ -92,9 +92,9 @@ | |||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||
| { | ||||||||||||||||||||||||||
| "customType": "regex", | ||||||||||||||||||||||||||
| "fileMatch": [ | ||||||||||||||||||||||||||
| "/.github/workflows/ci.yaml/", | ||||||||||||||||||||||||||
| "/.github/workflows/generated_files_sync.yaml/" | ||||||||||||||||||||||||||
| "managerFilePatterns": [ | ||||||||||||||||||||||||||
| "//.github/workflows/ci.yaml//", | ||||||||||||||||||||||||||
| "//.github/workflows/generated_files_sync.yaml//" | ||||||||||||||||||||||||||
| ], | ||||||||||||||||||||||||||
|
Comment on lines
+95
to
98
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The automated migration has incorrectly wrapped the regex patterns in double slashes (
Suggested change
|
||||||||||||||||||||||||||
| "matchStrings": [ | ||||||||||||||||||||||||||
| "library_generation_image_tag\\s*:\\s*(?<currentValue>.*?)\\n" | ||||||||||||||||||||||||||
|
|
@@ -104,8 +104,8 @@ | |||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||
| { | ||||||||||||||||||||||||||
| "customType": "regex", | ||||||||||||||||||||||||||
| "fileMatch": [ | ||||||||||||||||||||||||||
| "/^.github/workflows/unmanaged_dependency_check.yaml$/" | ||||||||||||||||||||||||||
| "managerFilePatterns": [ | ||||||||||||||||||||||||||
| "//^.github/workflows/unmanaged_dependency_check.yaml$//" | ||||||||||||||||||||||||||
| ], | ||||||||||||||||||||||||||
|
Comment on lines
+107
to
109
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The automated migration has incorrectly wrapped the regex patterns in double slashes (
Suggested change
|
||||||||||||||||||||||||||
| "matchStrings": [ | ||||||||||||||||||||||||||
| "uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?<currentValue>.+?)\\n" | ||||||||||||||||||||||||||
|
|
@@ -115,7 +115,9 @@ | |||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||||
| { | ||||||||||||||||||||||||||
| "customType": "regex", | ||||||||||||||||||||||||||
| "fileMatch": ["sdk-platform-java/dependencies.txt"], | ||||||||||||||||||||||||||
| "managerFilePatterns": [ | ||||||||||||||||||||||||||
| "/sdk-platform-java/dependencies.txt/" | ||||||||||||||||||||||||||
| ], | ||||||||||||||||||||||||||
| "matchStrings": ["(?<depName>.*),(.*)=(?<currentValue>.*)"], | ||||||||||||||||||||||||||
| "datasourceTemplate": "maven" | ||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The automated migration has incorrectly wrapped the regex patterns in double slashes (
//...//) instead of single slashes (/.../). This will prevent Renovate from matching the target files correctly. Please use single slashes.