Closed chasemccoy closed 5 years ago
I can see in the logs there that it is finding plenty of updates, but no PRs have been opened.
Doh! I just realized that Renovate updated the dependencies when it made the PR to pin the versions. I guess I was expecting a PR to pin versions and then individual PRs to update each dependency instead of all at once.
If dependency X is out of date but also needing to be pinned, then it will be pinned first and the update PR suppressed until after pinning is complete. Would that explain it?
@rarkins Yes, this was my misunderstanding. Thanks for the help!
Which Renovate are you using? CLI, App, or Pro
App
Which platform are you using? GitHub, GitLab, Bitbucket Azure DevOps
GitHub
Have you checked the logs? Don't forget to include them if relevant
What is your question?
I think I have Renovate configured properly for my Gatsby site (https://github.com/chasemccoy/catalog), and I got a PR to pin all of the non-dev dependencies, but I don't seem to be getting any PRs to actually update the dependencies. Am I doing something wrong?
Here is my renovate.json file: