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

Skip renovate upgrade for golangci-lint dependencies #6179

Open
dmathieu opened this issue Jan 19, 2025 · 2 comments
Open

Skip renovate upgrade for golangci-lint dependencies #6179

dmathieu opened this issue Jan 19, 2025 · 2 comments

Comments

@dmathieu
Copy link
Member

Golangci-lint dependencies largely don't respect semver, and make breaking changes that require an upgrade of the linter itself.

We should configure renovate to stop opening PRs for dependencies of golangci-lint, and only upgrade things with the direct dependency.

@pellared
Copy link
Member

pellared commented Jan 20, 2025

AFAIK this was intentional in order to mitigate security vulns in these dependencies. See #6038

CC @MrAlias

@dmathieu
Copy link
Member Author

Which makes sense. We don't need to do it for all tools dependencies.
But linters really have a high ratio of PRs being closed because they have breaking changes that will only work when the golangci-lint upgrade happens.

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

No branches or pull requests

2 participants