Compare commits

...

1 commit

Author SHA1 Message Date
8b6c2ca462
fix(flake): switch to github ref
Some checks failed
/ build (push) Successful in 2s
/ check (push) Failing after 19s
/ report-size (push) Has been cancelled
Switch from a flake ref to a github ref as renovate cannot resolve flake
refs, and they are slightly impure.
2024-12-29 18:07:41 +01:00

View file

@ -24,10 +24,20 @@
"fileMatch": [
"(^|/)flake\\.nix$"
],
"commitMessageTopic": "flake inputs",
"commitMessageTopic": "nixpkgs",
"commitMessageExtra": "to {{newValue}}",
"enabled": true
},
"lockFileMaintenance": {
"enabled": true,
"recreateWhen": "always",
"rebaseStalePrs": true,
"branchTopic": "lock-file-maintenance",
"commitMessageAction": "Lock file maintenance",
"schedule": [
"* 0-1 * * *"
]
},
"automergeSchedule": [
"* 0-1 * * *"
]