Skip to content

andreimoustache/rust-dependabot-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Generates a dependabot config for a given directory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages