mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Update renovate config
This commit is contained in:
parent
78fc888241
commit
aed88688ec
1 changed files with 7 additions and 5 deletions
12
.github/renovate.json
vendored
12
.github/renovate.json
vendored
|
@ -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"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue