Generates a dependabot
config for a given directory.
Scans a directory for package manager config files, and generates the dependabot.yaml
.
Note This is a work in progress, and not everything works properly, assumptions are made, things are hardcoded 👌, but it provides at least a starting point for a config file.
cargo run ~/workspace/rust-dependabot-generator
Scanning directory ~/rust-dependabot-generator.
Found package managers: cargo.
The program will write the dependabot yaml
file to disk.
This is based on Taiki Endo's great work with dependabot-config crate; without it, I wouldn't have been able to get such a complete version working in such little time.