Skip to content

Commit 93ad072

Browse files
authored
Update default.json
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 6d27845 commit 93ad072

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

default.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
],
88
"semanticCommits": "enabled",
99
"semanticCommitType": "chore",
10+
"dependencyDashboardApproval": true,
1011
"labels": [
1112
"renovate"
1213
],
@@ -20,20 +21,17 @@
2021
"packageRules": [
2122
{
2223
"description": "Automerge minor updates if they are not 0.x releases",
23-
"dependencyDashboardApproval": true,
2424
"matchUpdateTypes": ["minor"],
2525
"matchCurrentVersion": "!/^0/",
2626
"automerge": true
2727
},
2828
{
2929
"description": "Automerge patch and digest updates",
30-
"dependencyDashboardApproval": true,
3130
"matchUpdateTypes": ["patch", "digest"],
3231
"automerge": true
3332
},
3433
{
3534
"description": "Automerge github action updates of all types except releasing ones",
36-
"dependencyDashboardApproval": true,
3735
"matchManagers": ["github-actions"],
3836
"excludeDepNames": [
3937
"google-github-actions/release-please-action",
@@ -49,7 +47,6 @@
4947
},
5048
{
5149
"description": "Automerge devdependency updates of all types",
52-
"dependencyDashboardApproval": true,
5350
"matchUpdateTypes": [
5451
"minor",
5552
"patch",

0 commit comments

Comments
 (0)