mirror of
https://gitlab.com/rensa-nix/devtools.git
synced 2026-02-02 07:15:08 +01:00
chore: add renovate and update repo flake
This commit is contained in:
parent
0ce18964f5
commit
a4295c3cdb
8 changed files with 90 additions and 26 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"
|
||||
],
|
||||
"updateMode": "branch"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue