Add renovate for lockfile maint.
This commit is contained in:
parent
7cc015ae6e
commit
cae9f146fd
1 changed files with 15 additions and 0 deletions
15
renovate.json
Normal file
15
renovate.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"nix": {
|
||||
"enabled": true
|
||||
},
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"automerge": true,
|
||||
"ignoreTests": true,
|
||||
"extends": ["schedule:daily"]
|
||||
}
|
||||
}
|
Reference in a new issue