-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
[renovate]: ignore engines.yarn #18980
Comments
I can take it :) |
Nice, go for it @wpanas! |
Can you give me a hint how to test if my changes worked? |
Right now I don't have nice solution, but I think creating test repository that would have Alternatively if you would find good resource for this, we could just live test changes here directly (as right now we are blocked and can't merge renovate PRs anyway), and we could try force renovate PR refresh |
I used https://docs.renovatebot.com/configuration-options/#ignoredeps to fix it. Either it works or not, but I'm certain that it won't not break anything. It uses exact match, so only |
@wpanas Thanks! Left a comment on your PR |
Summary
Our current renovate config, result in
engines.yarn
bumps, which is something we don't want. Not only it would unnecessarily force users to be on latestyarn
version, it also make it problematic to run checks on CI (as images used on CircleCI doesn't seem to come with latest yarn version):Screenshots from #18875
Task
Update https://github.com/gatsbyjs/gatsby/blob/master/renovate.json configuration, so it doesn't try to update engines
The text was updated successfully, but these errors were encountered: