1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2024-12-14 11:57:30 +00:00

renovate.json: Enable Nix & lock file maintenance

This commit is contained in:
Zhaofeng Li 2024-11-09 15:07:11 -07:00
parent e8b7bc035e
commit 7f02603740

View file

@ -2,5 +2,12 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
],
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:weekly"]
},
"nix": {
"enabled": true
}
}