fix(flake): switch to github ref
Switch from a flake ref to a github ref as renovate cannot resolve flake refs, and they are slightly impure.
This commit is contained in:
parent
2ba6277778
commit
8b6c2ca462
1 changed files with 11 additions and 1 deletions
|
@ -24,10 +24,20 @@
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"(^|/)flake\\.nix$"
|
"(^|/)flake\\.nix$"
|
||||||
],
|
],
|
||||||
"commitMessageTopic": "flake inputs",
|
"commitMessageTopic": "nixpkgs",
|
||||||
"commitMessageExtra": "to {{newValue}}",
|
"commitMessageExtra": "to {{newValue}}",
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
|
"lockFileMaintenance": {
|
||||||
|
"enabled": true,
|
||||||
|
"recreateWhen": "always",
|
||||||
|
"rebaseStalePrs": true,
|
||||||
|
"branchTopic": "lock-file-maintenance",
|
||||||
|
"commitMessageAction": "Lock file maintenance",
|
||||||
|
"schedule": [
|
||||||
|
"* 0-1 * * *"
|
||||||
|
]
|
||||||
|
},
|
||||||
"automergeSchedule": [
|
"automergeSchedule": [
|
||||||
"* 0-1 * * *"
|
"* 0-1 * * *"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue