Merge pull request #120 from nix-community/renovate/configure

Configure Renovate
This commit is contained in:
nikstur 2023-02-26 19:56:30 +01:00 committed by GitHub
commit a393ac7673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}
}