chore(flake): update flakes, add rensa devtools, etc.

This commit is contained in:
technofab 2025-12-20 21:29:21 +01:00
parent a7e20e203c
commit 11a21210d0
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
8 changed files with 158 additions and 36 deletions

22
.gitlab/renovate.json5 Normal file
View file

@ -0,0 +1,22 @@
{
"extends": [
"config:recommended"
],
"gitlabci": {
"enabled": false
},
"lockFileMaintenance": {
"enabled": true,
"extends": [
"schedule:monthly"
]
},
"nix": {
"enabled": true
},
"postUpgradeTasks": {
"commands": [
"nix-portable nix run .#soonix:update"
]
}
}