Flutter dependencies updates are not found #30601
Replies: 2 comments 2 replies
-
Please read the docs for rangeStrategy. It sounds like you're expecting update-lockfile functionality |
Beta Was this translation helpful? Give feedback.
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
Good luck, The Renovate team |
Beta Was this translation helpful? Give feedback.
-
What would you like help with?
I would like help with my configuration
How are you running Renovate?
Self-hosted
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
GitLab - Renovate 38.18.15
Please tell us more about your question or problem
I have set up a GitLab pipeline to run Renovate on one of our projects that's using Flutter, but when it runs no updates are found.
The setup configuration is fairly simple and looks like this:
When running, I see that the dependencies are found (the dashboard is also created), but none of the dependencies are being updated.
I know that some one them have updates available, and the version range specified in
pubspec.yaml
would allow the update, but still Renovate is not updating any.Looking at the debug logs, one of the I see that one of the dependencies are being reported with this data:
Our
pubspec.yaml
has the version set to^1.1.2
and thepubspec.lock
has the version set toversion: "1.2.1"
, so I wonder if Renovate is updating the new version (that I see oncurrentVersion
set to1.2.2
) but not updating the file for some reason?Any help would be much appreciated, thanks! 🙇
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions