@eliasnorrby/dependabot-config
v1.3.20
Published
Package for dependabot initialization
Downloads
58
Readme
Dependabot Config
A simple script for writing a dependabot configuration file to a project.
Setup
Using npx
Run the following command to write the configuration file
npx @eliasnorrby/dependabot-config
This will run a setup script, writing to .dependabot/config.yml
. Existing
files will not be overwritten unless you pass the --force
flag.
Adding a reviewer
Pass the -r
(--reviewer
) flag with an optional argument to specify a default
reviewer for dependabot pull requests (defaults to eliasnorrby
).