Skip to content
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

chore: fix renovate bot configs for java-shared-config updates #2541

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

mpeddada1
Copy link
Contributor

Fixes #2511. Verified with mpeddada1/forking-renovate-repro#15

The Dependency Dashboard logs were shows the status of java-shared-config as being skipReason:disabled. Explicitly setting enabled to true resolves this issue.

{
            "datasource": "maven",
            "depName": "com.google.cloud:google-cloud-shared-config",
            "currentValue": "1.7.1",
            "fileReplacePosition": 873,
            "registryUrls": [
              "https://repo.maven.apache.org/maven2",
              "https://maven-central.storage-download.googleapis.com/maven2",
              "https://repo1.maven.org/maven2",
              "https://maven-central.storage-download.googleapis.com/maven2/"
            ],
            "depType": "parent-root",
            "updates": [],
            "packageName": "com.google.cloud:google-cloud-shared-config",
            "skipReason": "disabled"
          },

@mpeddada1 mpeddada1 requested a review from a team as a code owner March 7, 2024 15:40
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Mar 7, 2024
Copy link

sonarcloud bot commented Mar 7, 2024

Quality Gate Passed Quality Gate passed for 'gapic-generator-java-root'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

sonarcloud bot commented Mar 7, 2024

Quality Gate Passed Quality Gate passed for 'java_showcase_integration_tests'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@mpeddada1 mpeddada1 merged commit 4d3c06e into main Mar 7, 2024
40 of 41 checks passed
@mpeddada1 mpeddada1 deleted the fix-shared-config-updates branch March 7, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Renovate bot updates are not showing up for java-shared-config
2 participants