configuration.nix/renovate.json
Jalil David Salamé Messina 46a36b1001
All checks were successful
/ check-renovaterc (push) Successful in 3s
/ check (push) Successful in 8s
/ build-packages (push) Successful in 14s
/ build-vm (push) Successful in 3s
/ report-size (push) Successful in 3s
ci: only run check-renovaterc when the renovaterc changes
Otherwise we are just wasting CI time
2025-05-16 19:11:31 +02:00

36 lines
800 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [
"jalil"
],
"automerge": true,
"automergeStrategy": "fast-forward",
"automergeType": "pr",
"commitBodyTable": true,
"dependencyDashboard": true,
"prCreation": "immediate",
"extends": [
"config:best-practices"
],
"nix": {
"fileMatch": [
"(^|/)flake\\.nix$"
],
"commitMessageTopic": "nixpkgs",
"commitMessageExtra": "to {{newValue}}",
"enabled": true
},
"lockFileMaintenance": {
"enabled": true,
"recreateWhen": "always",
"rebaseWhen": "behind-base-branch",
"branchTopic": "lock-file-maintenance",
"commitMessageAction": "Lock file maintenance",
"schedule": [
"* 0 * * *"
]
},
"automergeSchedule": [
"* 1 * * *"
]
}