rand_testsuite/renovate.json
Charlotte 🦝 Delenk 33ce9912d2
All checks were successful
Hydra x86_64-linux.packages.rand_testsuite Hydra build #3384 of procyos:rand_testsuite:x86_64-linux.packages.rand_testsuite
Hydra x86_64-linux.checks.rand_testsuite Hydra build #3385 of procyos:rand_testsuite:x86_64-linux.checks.rand_testsuite
fix renovate config
2024-09-09 14:39:36 +02:00

14 lines
No EOL
235 B
JSON

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