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

chore: call verifyReleaseDependencies only when building release version #5828

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

vlsi
Copy link
Collaborator

@vlsi vlsi commented Apr 27, 2023

For non-snapshot versions, don't fail the build if the actual dependencies differ from the expected ones.

It would enable accepting PRs from Renovate bot without resorting to manual resolution every time.

Renovate's postUpgradeTasks requires self-hosted runner, so we can't make it update expected_release_jars.csv automatically.
I think it would be fine to update it once every release.

Motivation and Context

Renovate will create PRs to bump dependencies from time to time, however, I'm not sure if we can teach it to

For non-snapshot versions, don't fail the build if the actual dependencies
differ from the expected ones.

It would enable accepting PRs from Renovate bot without resorting to manual resolution every time.

Renovate supports postUpgradeTasks, however, it works with self-hosted runners only:
https://docs.renovatebot.com/configuration-options/#postupgradetasks
@vlsi vlsi merged commit 0e52a75 into apache:master Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant