dependabot-generator

Crates.iodependabot-generator
lib.rsdependabot-generator
version0.1.3
sourcesrc
created_at2022-04-25 06:54:08.103877
updated_at2022-05-09 18:28:53.327363
descriptionScans directories and generates a dependabot config based on found package manager files.
homepagehttps://github.com/andreimoustache/rust-dependabot-generator
repositoryhttps://github.com/andreimoustache/rust-dependabot-generator
max_upload_size
id573680
size16,947
Andrei Mustață (andreimoustache)

documentation

README

rust-dependabot-generator

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 :ok_hand:, 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.

Commit count: 37

cargo fmt