You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: