Crates.io | dependabot-generator |
lib.rs | dependabot-generator |
version | 0.1.3 |
source | src |
created_at | 2022-04-25 06:54:08.103877 |
updated_at | 2022-05-09 18:28:53.327363 |
description | Scans directories and generates a dependabot config based on found package manager files. |
homepage | https://github.com/andreimoustache/rust-dependabot-generator |
repository | https://github.com/andreimoustache/rust-dependabot-generator |
max_upload_size | |
id | 573680 |
size | 16,947 |
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.
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.