Automatically generate a Dependabot configuration file for your repository.
Supports auto-detecting usage of the following:
- Dockerfiles
- Go modules
- Gradle
- JavaScript
- Ruby
(PRs to add further support is welcome - take a look at patterns.js
.)
Run npx github:charleskorn/dependabot-config-generator
for sensible default options, or customise with:
--ignore=pattern
: ignore globpattern
when searching for files. Can be specified multiple times.--label=name
: add labelname
tolabels
list in generated configuration. Can be specified multiple times.