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

Fix dependabot #6986

Merged
merged 6 commits into from
Oct 27, 2022
Merged

Fix dependabot #6986

merged 6 commits into from
Oct 27, 2022

Conversation

trask
Copy link
Member

@trask trask commented Oct 27, 2022

Follow-up to #6977

Dependabot started failing after this because it was looking for all of the relative includes that were inside of .github/project-root-duplicates/settings.gradle.kts.

The solution that seems to work (I've tested on my fork) is to split those includes out into a separate file, and apply that file.

Also fixes a busted markdown link (probably should have sent that in a separate PR).

Resolves #6989

@trask trask requested a review from a team October 27, 2022 00:24
@laurit laurit merged commit 1a16ef1 into open-telemetry:main Oct 27, 2022
LironKS pushed a commit to helios/opentelemetry-java-instrumentation that referenced this pull request Oct 31, 2022
Follow-up to open-telemetry#6977 

Dependabot started failing after this because it was looking for all of
the relative includes that were inside of
`.github/project-root-duplicates/settings.gradle.kts`.

The solution that seems to work (I've tested on my fork) is to split
those includes out into a separate file, and `apply` that file.

Also fixes a busted markdown link (probably should have sent that in a
separate PR).

Resolves open-telemetry#6989
LironKS pushed a commit to helios/opentelemetry-java-instrumentation that referenced this pull request Dec 4, 2022
Follow-up to open-telemetry#6977 

Dependabot started failing after this because it was looking for all of
the relative includes that were inside of
`.github/project-root-duplicates/settings.gradle.kts`.

The solution that seems to work (I've tested on my fork) is to split
those includes out into a separate file, and `apply` that file.

Also fixes a busted markdown link (probably should have sent that in a
separate PR).

Resolves open-telemetry#6989
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.

Build (daily) #213 failed
2 participants