Skip to content

Commit ace13e6

Browse files
authored
chore: configure renovate (#74)
1 parent d43162a commit ace13e6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/renovate.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:base", ":dependencyDashboard"],
4+
"packageRules": [
5+
{
6+
"matchPackagePatterns": ["*"],
7+
"enabled": false
8+
}
9+
],
10+
"vulnerabilityAlerts": {
11+
"enabled": true
12+
},
13+
"lockFileMaintenance": {
14+
"enabled": true,
15+
"schedule": ["before 3am on the first day of the month"]
16+
}
17+
}

0 commit comments

Comments
 (0)