mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-02-02 11:15:08 +01:00
feat: switch from flake-parts & devenv to rensa + add nixtest
This commit is contained in:
parent
6af83809f7
commit
012a3afb2d
18 changed files with 553 additions and 611 deletions
23
.gitlab/renovate.json5
Normal file
23
.gitlab/renovate.json5
Normal 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 .#soonix:update"
|
||||
],
|
||||
"executionMode": "branch"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue