"Dependabot Support for Gradle Lockfiles" does not seem working #164205
Unanswered
dmikurube
asked this question in
Other Feature Feedback, Questions, & Ideas
Replies: 2 comments
-
|
This happens because:
How to Fix ItTo manually resolve the lockfile conflict: 1. Pull the PR branch locally:git fetch origin pull/23/head:update-pr
git checkout update-pr 2. Regenerate the lockfile:./gradlew dependencies --write-locks3. Commit and push the updated gradle.lockfile:git add gradle.lockfile
git commit -m "Update gradle.lockfile to match dependency changes"
git pushThis is what i can find hope this solves your problem if this solves your problem dont forget to give thumbs up |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I've submitted a fix for this issue by myself: dependabot/dependabot-core#12853 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Hi,
https://github.com/orgs/community/discussions/164000 was a brilliant news for me, and looking forward to seeing a new update coming to my repo.
Finally, one came to my (just experimental) public repo. But, it seems like still failing due to a conflict with
gradle.lockfile, and it does not updategradle.lockfile.dmikurube/vertx-stream#23
Could anyone point what is wrong there?
Beta Was this translation helpful? Give feedback.
All reactions