All checks were successful
/ check (nvimDev) (push) Successful in 5s
/ check (nvimHeadless) (push) Successful in 2s
/ check (nvimNoBundledBins) (push) Successful in 4s
/ check (nvimNoLsp) (push) Successful in 5s
/ check (nvimNoTSGrammars) (push) Successful in 5s
/ check (treefmt) (push) Successful in 2s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s
/ report-size (push) Successful in 4s
Branch creation schedule and automerge schedule should not overlap, or we'll get PRs that don't contain updates, which stop renovate from creating further PRs.
36 lines
785 B
JSON
36 lines
785 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:recommended"
|
|
],
|
|
"nix": {
|
|
"fileMatch": [
|
|
"(^|/)flake\\.nix$"
|
|
],
|
|
"commitMessageTopic": "nixpkgs",
|
|
"commitMessageExtra": "to {{newValue}}",
|
|
"enabled": true
|
|
},
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"recreateWhen": "always",
|
|
"rebaseStalePrs": true,
|
|
"branchTopic": "lock-file-maintenance",
|
|
"commitMessageAction": "Lock file maintenance",
|
|
"schedule": [
|
|
"* 0 * * *"
|
|
]
|
|
},
|
|
"automergeSchedule": [
|
|
"* 1 * * *"
|
|
]
|
|
}
|