Update renovate config

This commit is contained in:
adisbladis 2023-07-28 15:50:33 +12:00
parent 78fc888241
commit aed88688ec

12
.github/renovate.json vendored
View file

@ -1,16 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
"group:all",
"schedule:weekly"
],
"lockFileMaintenance": {
"enabled": true
},
"dependencyDashboard": true,
"nix": {
"enabled": true
},
"python": {
"enabled": false
},
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:weekly"]
}
}