Skip to content

Commit

Permalink
chore: Re-run renovate-config-validator (#3090)
Browse files Browse the repository at this point in the history
Result of `npx --yes --package renovate -- renovate-config-validator`
from
https://docs.renovatebot.com/troubleshooting/#validating-configuration-changes
  • Loading branch information
lqiu96 committed Aug 7, 2024
1 parent 0ef6619 commit 58da069
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions library_generation/owlbot/templates/java_library/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{% if migrated_split_repo %}{
{% if migrated_split_repo %}
{
"enabled": false,
{% else %}{
{% endif %} "extends": [
{% else %}
{
{% endif %}
"extends": [
":separateMajorReleases",
":combinePatchMinorReleases",
":ignoreUnstable",
Expand All @@ -22,19 +25,23 @@
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"fileMatch": [
"^.kokoro/presubmit/graalvm-native.*.cfg$"
],
"matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""],
"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$"
"^.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"
],
"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"
}
Expand Down Expand Up @@ -101,4 +108,4 @@
],
"semanticCommits": true,
"dependencyDashboard": true
}
}

0 comments on commit 58da069

Please sign in to comment.