-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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] Configure renovate to update golang version #36483
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: odubajDT <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @odubajDT, is it possible to configure renovate to not bump the major version of go? we tend to test the older version we support in this repo
I suppose we could review whether or not that makes sense moving forward, wdyt?
Hey, under major version you understand 1.23 to potentially 1.24? I guess it does not hurt if PR is created for such an update, it won't be merged without a PR review and approval. If you want to test it, you can just checkout the create PR locally and do all the tests that you need. The renovate should just make our lives easier by providing the PR for version bump when new version is available |
Automated PR updating the dependency on fork odubajDT#2
Resolves: #36484