renovate: init

This commit is contained in:
hsjobeki 2023-09-21 08:53:07 +02:00 committed by Johannes Kirschbauer
parent da08afdd43
commit d48d4fe6df

11
.github/renovate.json vendored Normal file
View File

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