configuration.nix/renovate.json
Renovate Bot c0a54eb19e
Some checks failed
/ check-renovaterc (push) Failing after 3s
/ check (push) Successful in 10s
/ build-packages (push) Successful in 16s
/ build-vm (push) Successful in 23s
/ report-size (push) Successful in 1m17s
chore(config): migrate config renovate.json
2025-05-25 02:40:08 +02:00

36 lines
812 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": {
"managerFilePatterns": [
"/(^|/)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 * * *"
]
}