Since Dependabot was acquired by GitHub the native Dependabot auto-merge functionality stopped working, This is a way to re-enable that functionality for a repository.
- Create a Dependabot configuration YAML (look here for the syntax) for your repository in
.github/dependabot.yml, for example:
version: 2
updates:
- package-ecosystem: npm