mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2026-02-02 07:15:09 +01:00
chore: add devtools
This commit is contained in:
parent
7d0c4bc78d
commit
a9d35d750f
11 changed files with 146 additions and 28 deletions
26
.gitlab/renovate.json5
Normal file
26
.gitlab/renovate.json5
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
|
||||
{
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"gitlabci": {
|
||||
"enabled": false
|
||||
},
|
||||
"lockFileMaintenance": {
|
||||
"branchTopic": "lock-file-maintenance-{{packageFile}}",
|
||||
"commitMessageExtra": "({{packageFile}})",
|
||||
"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