Skip to content

Commit

Permalink
renovate.json: Enable Nix & lock file maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaofengli committed Nov 9, 2024
1 parent e8b7bc0 commit 7f02603
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
],
"lockFileMaintenance": {
"enabled": true,
"extends": ["schedule:weekly"]
},
"nix": {
"enabled": true
}
}

0 comments on commit 7f02603

Please sign in to comment.