rust-template/renovate.json
Charlotte 🦝 Delenk b5ee7a7bc8
All checks were successful
Hydra x86_64-linux.rust-template Hydra build #2349 of procyos:rust-template:x86_64-linux.rust-template
sync cargo2nix on cargo update
2024-09-05 10:12:13 +02:00

15 lines
No EOL
264 B
JSON

{
"extends": [
"config:best-practices"
],
"postUpgradeTasks": {
"commands": [
"cargo2nix -o",
"alejandra ."
],
"fileFilters": [
"Cargo.toml",
"Cargo.lock"
]
}
}