Do not recommend Dependabot configuration over other tools
Hello @varunsh-coder 👋🏻
I would like to request that Dependabot configuration not be recommended when a repository already includes another dependency update tool like Renovate.
Here you can find info on where the Renovate configuration file can be located. https://docs.renovatebot.com/configuration-options/
A more thorough investigation of more dependency update tools is needed... But I think detecting Renovate is a good start!
Thanks 😄
Thanks, @miguelnietoa, for creating the issue. This makes sense.
Each of the recommendations in the PR are optional, and so one can uncheck the dependabot recommendation.
In the future, we can check for renovate config before suggesting adding dependabot config.
In the future, we can check for renovate config before suggesting adding dependabot config.
This would be a nice feature to add!