extra_math/renovate.json
Charlotte 🦝 Delenk b9d6d5eb45
All checks were successful
Hydra x86_64-linux.packages.extra-math Hydra build #3388 of procyos:extra_math-pr5:x86_64-linux.packages.extra-math
Hydra x86_64-linux.checks.extra-math Hydra build #3387 of procyos:extra_math-pr5:x86_64-linux.checks.extra-math
fix renovate config
2024-09-09 14:59:18 +02:00

14 lines
No EOL
235 B
JSON

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