extra_math/renovate.json

14 lines
235 B
JSON
Raw Permalink Normal View History

2024-09-06 11:49:30 +00:00
{
"extends": [
"config:best-practices"
],
"postUpgradeTasks": {
"commands": [
"cargo2nix -o",
"alejandra ."
],
"fileFilters": [
2024-09-09 12:59:18 +00:00
"Cargo.*"
2024-09-06 11:49:30 +00:00
]
}
}