Skip to content

Commit 5d5f0fd

Browse files
authored
chore(renovate): disable updates which are not vulnerabilities (#144)
1 parent 18e6b09 commit 5d5f0fd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:base", ":dependencyDashboard"],
4+
"packageRules": [
5+
{
6+
"matchPackagePatterns": ["*"],
7+
"enabled": false
8+
}
9+
],
410
"vulnerabilityAlerts": {
511
"enabled": true
612
},
713
"lockFileMaintenance": {
814
"enabled": true,
915
"schedule": ["before 3am on the first day of the month"]
1016
}
11-
}
17+
}

0 commit comments

Comments
 (0)