| Crates.io | dependabot-generator |
| lib.rs | dependabot-generator |
| version | 1.3.0 |
| created_at | 2022-04-25 06:54:08.103877+00 |
| updated_at | 2025-07-08 15:53:28.967682+00 |
| 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 | 36,896 |
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.