poetry2nix/.github/renovate.json

19 lines
306 B
JSON
Raw Normal View History

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
2023-07-28 15:50:33 +12:00
"config:base",
"group:all",
"schedule:weekly"
],
2023-07-28 15:50:33 +12:00
"lockFileMaintenance": {
"enabled": true
},
"dependencyDashboard": true,
"nix": {
"enabled": true
},
2023-07-15 17:20:50 +12:00
"python": {
"enabled": false
}
}