poetry2nix/.github/renovate.json
2023-07-28 15:51:06 +12:00

18 lines
306 B
JSON

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