[Internal][deps] Idea: look at a fancier tool than Dependabot for dependency updates #1097
Replies: 1 comment
-
Wow, this is amazing, thank you @AnnaKornfeldSimpson ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are fancier tools than Dependabot for dependency updates which support some of the features that would be really helpful for Tasks, such as grouping dependencies and automerge on groups.
One free example is "Renovate", which is set up as an app in the GitHub Marketplace and can be applied to specific repositories upon install. I ran into it when I was trying to figure out an issue with jest-related dependency updates, so this is purely an example, not a recommendation resulting from a comprehensive search.
:preserveSemverRanges
, so at the very least during the onboarding PR the config file should be changed to add that:config:base
already helps by groupingjest
andeslint
related updates. It also looks like it can handle the dependencies in thedocs
Docker+Ruby+bundle mess better than dependabot.config:base
.Hope this helps!
Related: #1086
Beta Was this translation helpful? Give feedback.
All reactions