Skip to content

chore: update renovate config for unmanaged dependency check#10616

Merged
JoeWang1127 merged 1 commit intomainfrom
chore/update-renovate
Mar 25, 2024
Merged

chore: update renovate config for unmanaged dependency check#10616
JoeWang1127 merged 1 commit intomainfrom
chore/update-renovate

Conversation

@JoeWang1127
Copy link
Contributor

@JoeWang1127 JoeWang1127 commented Mar 25, 2024

In this PR:

  • Update renovate config to update unmanaged dependency check.

Tested locally the renovate config can update unmanaged dependency check together with java shared dependencies.

"deps": [
               {
                 "depName": "com.google.cloud:sdk-platform-java-config",
                 "currentValue": "3.27.0",
                 "datasource": "maven",
                 "replaceString": "uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.27.0\n",
                 "updates": [
                   {
                     "bucket": "non-major",
                     "newVersion": "3.28.1",
                     "newValue": "3.28.1",
                     "releaseTimestamp": "2024-03-15T22:44:58.000Z",
                     "newMajor": 3,
                     "newMinor": 28,
                     "updateType": "minor",
                     "branchName": "renovate/com.google.cloud-sdk-platform-java-config-3.x"
                   }
                 ],
                 "packageName": "com.google.cloud:sdk-platform-java-config",
                 "versioning": "maven",
                 "warnings": [],
                 "sourceUrl": "https://github.com/googleapis/java-shared-config",
                 "registryUrl": "https://repo.maven.apache.org/maven2",
                 "packageScope": "com.google.cloud",
                 "currentVersion": "3.27.0",
                 "isSingleVersion": true,
                 "fixedVersion": "3.27.0"
               }
             ],
             "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",
             "packageFile": ".github/workflows/unmanaged_dependency_check.yaml"
           }

@JoeWang1127 JoeWang1127 marked this pull request as ready for review March 25, 2024 17:27
@JoeWang1127 JoeWang1127 requested review from a team and suztomo March 25, 2024 17:27
@JoeWang1127 JoeWang1127 added the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 25, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 25, 2024
@JoeWang1127 JoeWang1127 enabled auto-merge (squash) March 25, 2024 17:45
@JoeWang1127 JoeWang1127 merged commit 7f75319 into main Mar 25, 2024
@JoeWang1127 JoeWang1127 deleted the chore/update-renovate branch March 25, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants