gomod PRs for individual packages? #8619
Unanswered
caphrim007
asked this question in
Request Help
Replies: 2 comments 12 replies
-
Please provide your full repo and bot admin config (credentials sanmitized of cause) Also a minimal reproduction repo helps too |
Beta Was this translation helpful? Give feedback.
9 replies
-
Where/how did you find that repo you copied off? I don't recall when/why it was made. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to replicate a dependency updating experience similar to what is seen in this test repo
https://github.com/rarkins/lazygit-example
I had enabled such a config, but when I run it against my bitbucket repo, it creates many PRs, but they all have the same changes; there are not individual go.mod and go.sum changes in each PR.
Each PR though does have a unique name.
Is there any chance this has something to do with this change?
https://github.com/renovatebot/renovate/blob/master/lib/manager/gomod/artifacts.ts#L77
When I run that command locally, I observe the behavior that I see in the PR. All the changes instead of just 1 package change.
Beta Was this translation helpful? Give feedback.
All reactions