nixos-config/renovate.json
Charlotte 🦝 Delenk 95b9abd198
All checks were successful
update-riscv / pr (push) Successful in 3s
uh what
2024-10-13 14:19:02 +02:00

16 lines
No EOL
301 B
JSON

{
"extends": [
"config:best-practices",
"schedule:automergeDaily",
"schedule:daily"
],
"postUpgradeTasks": {
"commands": [
"./update.sh",
"alejandra ."
],
"fileFilters": [
"packages/**/*"
]
}
}