Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.05 KB

rust-dependabot-generator

Generates a dependabot config for a given directory.

CI

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.

Usage

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.

Acknowledgements

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.