Add renovate.json

This commit is contained in:
renovate[bot] 2023-02-25 23:39:40 +00:00 committed by nikstur
parent 9dedcaea15
commit 342cc80b08
1 changed files with 12 additions and 0 deletions

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

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