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

Commit 2224c26

Browse files
authored
Create renovate.json
1 parent e04b9a7 commit 2224c26

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/renovate.json

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

0 commit comments

Comments
 (0)