lanzaboote/.github/renovate.json

16 lines
266 B
JSON
Raw Normal View History

2023-02-25 18:39:40 -05:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"group:all",
"schedule:weekly"
],
"lockFileMaintenance": {
"enabled": true
},
"dependencyDashboard": true,
2023-02-25 18:39:40 -05:00
"nix": {
"enabled": true
}
}