Skip to content

Commit c6b0af5

Browse files
committed
Uses dependencyDashboardApproval instance disable
1 parent 5850351 commit c6b0af5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@
115115
{
116116
matchPackageNames: ['checkstyle', 'spotbugs'],
117117
matchUpdateTypes: ['major', 'minor'],
118-
enabled: false,
118+
dependencyDashboardApproval: true,
119119
},
120120
{
121121
matchPackagePrefixes: ['com.puppycrawl.tools:checkstyle', 'com.github.spotbugs:spotbugs-'],
122122
matchUpdateTypes: ['major', 'minor'],
123-
enabled: false,
123+
dependencyDashboardApproval: true,
124124
},
125125
/** Accept only the patch on the stabilization branches */
126126
{

0 commit comments

Comments
 (0)