nixos-config/renovate.json

16 lines
301 B
JSON
Raw Normal View History

2024-10-13 11:32:50 +00:00
{
"extends": [
2024-10-13 12:18:49 +00:00
"config:best-practices",
"schedule:automergeDaily",
"schedule:daily"
2024-10-13 11:32:50 +00:00
],
"postUpgradeTasks": {
"commands": [
2024-10-13 12:18:49 +00:00
"./update.sh",
2024-10-13 11:32:50 +00:00
"alejandra ."
],
"fileFilters": [
"packages/**/*"
]
2024-10-13 12:18:49 +00:00
}
2024-10-13 11:32:50 +00:00
}