How can I update a dependency( im newbie =(( ) #8174
-
for example i was suggested to do this: how can i config this in renovate.json file, what should i supposed to edit Please help |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
If you install Renovate then it should automatically detect and update all your dependencies. Please provide an example repo if not |
Beta Was this translation helpful? Give feedback.
-
Found the config @lichdu29 is talking about: https://github.com/lichdu29/LinuxProject/commits/master/renovate.json. The Renovate bot did raise a update for Handlebars (https://github.com/lichdu29/LinuxProject/pull/3/files), but it's probably missing updates to other dependencies (malformed There are some problems with the repository's And as an added bonus, went ahead and raised a PR to get them a nice Renovate Dashboard as well. 😄 |
Beta Was this translation helpful? Give feedback.
-
Found the main problem, @lichdu29 had merged his The lesson here is that you don't need to edit the |
Beta Was this translation helpful? Give feedback.
Found the config @lichdu29 is talking about: https://github.com/lichdu29/LinuxProject/commits/master/renovate.json.
The Renovate bot did raise a update for Handlebars (https://github.com/lichdu29/LinuxProject/pull/3/files), but it's probably missing updates to other dependencies (malformed
package.json
).There are some problems with the repository's
package.json
which I think is preventing the Renovate bot from making some updates.I raised a PR to fix their
package.json
so that the Renovate bot can work properly. 😄And as an added bonus, went ahead and raised a PR to get them a nice Renovate Dashboard as well. 😄