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

Simplify renovate config #594

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

trask
Copy link
Member

@trask trask commented Feb 6, 2025

No description provided.

@trask trask requested review from a team as code owners February 6, 2025 00:12
@@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

config:recommended includes all of the groupings I deleted below

@@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended",
"customManagers:dockerfileVersions" // used by logging-k8s-stdout-otlp-json/Dockerfile
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should replace the customManager inlined below

@@ -3,7 +3,7 @@ FROM eclipse-temurin:21-jre
WORKDIR /usr/src/app/

# renovate: datasource=github-releases depName=opentelemetry-java-instrumentation packageName=open-telemetry/opentelemetry-java-instrumentation
ENV OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION=v2.12.0
ENV OPENTELEMETRY_JAVA_INSTRUMENTATION_VERSION=v2.11.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I bumped this back a version in order to verify once this is merged that renovate is still finding and updating it

@breedx-splk breedx-splk merged commit 0ecfd92 into open-telemetry:main Feb 6, 2025
8 checks passed
@trask trask deleted the update-renovate-config branch February 6, 2025 18:57
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