Skip to content

Commit 2bfc54b

Browse files
alan-agius4devversion
authored andcommitted
fix(github-action): replace action: review with action: merge in renovate preset
One less thing to do for users.
1 parent ac6d163 commit 2bfc54b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renovate-presets/default.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
semanticCommits: 'enabled',
1717
semanticCommitScope: '',
1818
semanticCommitType: 'build',
19-
labels: ['area: build & ci', 'action: review'],
19+
labels: ['area: build & ci', 'action: merge'],
2020

2121
lockFileMaintenance: {
2222
enabled: true,
2323
},
2424

2525
// Feature disabled: permission to enable vulnerability alerts is not granted
26-
'vulnerabilityAlerts': {
27-
'enabled': false,
26+
vulnerabilityAlerts: {
27+
enabled: false,
2828
},
2929

3030
// Ignored dependencies in all repositories

0 commit comments

Comments
 (0)