mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2026-05-04 18:29:30 +02:00
chore: add devtools, lefthook, changelog etc.
This commit is contained in:
parent
097f775cff
commit
6b0680673d
8 changed files with 437 additions and 50 deletions
25
.gitlab/renovate.json5
Normal file
25
.gitlab/renovate.json5
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"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