Skip to content

Commit 6e1ce76

Browse files
ci(renovate): Update .renovaterc.json5 configuration [skip ci]
1 parent 0ff2c56 commit 6e1ce76

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.renovaterc.json5

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
]
3131
},
3232
"packageRules": [
33+
{
34+
// Major updates must be approved on the dependency dashboard
35+
"matchUpdateTypes": [
36+
"major"
37+
],
38+
"dependencyDashboardApproval": true
39+
},
3340
{
3441
// datasources look up dependency versions from a registry
3542
"matchDatasources": [
@@ -72,4 +79,4 @@
7279
"commitMessagePrefix": "fix(deps): ",
7380
"rangeStrategy": "auto"
7481
}
75-
}
82+
}

0 commit comments

Comments
 (0)