Anyone, who knows any online free tool like dependabot of Github for bibucket, whereby a bot can raise a Pull Request on bitbucket just incase if the dependency has an update? I want to use it on the Django project

1 Answer

You can have a look at renovate and decide if it is what you're looking for.

It provides similar features, the main difference compared to dependabot would be that you need to take care of running and setting it up by yourself (i.e., self-hosting is required). The README.md in the product repository provides all the details.

1