-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Automatic dependency update PRs #1637
Comments
Doesn't seem to be working - If I run I've enabled the dependency dashboard for now so we can trigger re-runs, and you can see detailed logging output from renovate at https://app.renovatebot.com/dashboard#github/cucumber/cucumber-ruby at the moment it looks like it's ignoring the regex manager config:
|
Weird. In the logs I do see the
But it then seems to ignore it:
|
From the logs:
|
I'm continuing my experiments in a fork of the minimal example |
It looks to me like Dependabot might be a better candidate than Renovate. It's certainly able to draw a dependency graph from the |
I've added the example provided in renovatebot/renovate#10616 (comment) to https://github.com/cucumber/renovate-config |
You can now replace dependabot with Renovate. Please use the contents of https://github.com/cucumber/renovate-config/blob/main/renovate.json . |
Done, thanks for your help with this Rien! 🙏🏻 |
🤔 What's the problem you've observed?
Renovate only looks at the
Gemfile
so most of our dependencies (which are in the.gemspec
) are ignored.✨ Do you have a proposal for making it better?
Take a look at https://github.com/marvin-bitterlich/renovate-gemspec-minimal-example and see if it works for us.
📚 Any additional context?
This is still an open issue on renovate.
This text was originally generated from a template, then edited by hand. You can modify the template here.
The text was updated successfully, but these errors were encountered: