Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit 9704d3f

Browse files
committed
Update renovate.json
1 parent 841a8d6 commit 9704d3f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

renovate.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base"
5-
]
3+
"extends": ["config:base", "group:all", "schedule:weekly"],
4+
"lockFileMaintenance": {
5+
"enabled": true
6+
},
7+
"dependencyDashboard": true,
8+
"nix": {
9+
"enabled": true
10+
}
611
}

0 commit comments

Comments
 (0)