Skip to content

Commit 9ce5706

Browse files
authored
chore: enable renovate for vulnerability alerts and lock file maintenance (#128)
1 parent 105f25b commit 9ce5706

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/renovate.json

Lines changed: 11 additions & 0 deletions
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", ":dependencyDashboard"],
4+
"vulnerabilityAlerts": {
5+
"enabled": true
6+
},
7+
"lockFileMaintenance": {
8+
"enabled": true,
9+
"schedule": ["before 3am on the first day of the month"]
10+
}
11+
}

0 commit comments

Comments
 (0)