Skip to content

Commit 1f5ff07

Browse files
committed
- remove useless dependencyDashboardApproval: true as enabled: false already prevents renovate from updating these packages @ .github/renovate.json5
1 parent 7db766e commit 1f5ff07

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/renovate.json5

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,12 @@
5252
{ // https://github.com/renovatebot/renovate/discussions/27906
5353
"matchCategories": ["php"],
5454
"matchDepNames": ["php"],
55-
"enabled": false,
56-
"dependencyDashboardApproval": true
55+
"enabled": false
5756
},
5857
{
5958
"matchCategories": ["dotnet"],
6059
"matchPackageNames": ["dotnet-sdk"],
61-
"enabled": false,
62-
"dependencyDashboardApproval": true
60+
"enabled": false
6361
}
6462
]
6563
}

0 commit comments

Comments
 (0)