mirror of
https://gitlab.com/rensa-nix/devtools.git
synced 2026-02-01 23:05:07 +01:00
23 lines
356 B
Text
23 lines
356 B
Text
{
|
|
"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"
|
|
}
|
|
}
|