Add initial legacy configuration
This commit is contained in:
parent
febfe1d970
commit
db07652d99
64 changed files with 3287 additions and 13 deletions
13
renovate.json
Normal file
13
renovate.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [ "config:recommended" ],
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"extends": [ "schedule:weekly" ]
|
||||
},
|
||||
"cloneSubmodules": true,
|
||||
"nix": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue