extra_math/renovate.json
Charlotte 🦝 Delenk 39355e66e9
All checks were successful
Hydra x86_64-linux.checks.rust-template Hydra build #2750 of procyos:extra_math:x86_64-linux.checks.rust-template
Hydra x86_64-linux.packages.rust-template Hydra build #2751 of procyos:extra_math:x86_64-linux.packages.rust-template
Initial commit
2024-09-06 11:49:30 +00:00

15 lines
No EOL
264 B
JSON

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