Skip to content

Commit 7835ffe

Browse files
Merge pull request #646 from erikgb/fix-add-labels
Fix addLabels in Renovate config
2 parents c342f2a + e3c9972 commit 7835ffe

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

renovate-config.json5

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"make generate"
3333
],
3434
"executionMode": "branch",
35-
addLabels: [
36-
'skip-review', // Adding label to allow PRs to automerge
37-
]
38-
}
35+
},
36+
addLabels: [
37+
'skip-review', // Adding label to allow PRs to automerge
38+
],
3939
},
4040
{
4141
matchFileNames: [

0 commit comments

Comments
 (0)