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

Merge pull request #194 from zhaofengli/renovate/configure

chore: Configure Renovate
This commit is contained in:
Zhaofeng Li 2024-11-09 15:59:32 -07:00 committed by GitHub
commit a02bf38a75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
renovate.json Normal file
View file

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