refactor: replace flake-parts, devenv etc. with rensa

This commit is contained in:
technofab 2025-12-14 14:56:40 +01:00
parent 5a7053afcb
commit 0414493963
No known key found for this signature in database
16 changed files with 443 additions and 602 deletions

23
.gitlab/renovate.json5 Normal file
View file

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