Skip to content

Commit 04564ba

Browse files
authored
Fix group name in Renovate config
1 parent a391998 commit 04564ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"packageRules": [
1010
{
1111
"description": "Neo4j update settings",
12-
"groupName": "Neo4j {{{newValue}}",
12+
"groupName": ["Neo4j {{newVersion}}"],
1313
"matchDepNames": [
1414
"neo4j/neo4j",
1515
"neo4j/apoc"
@@ -174,4 +174,4 @@
174174
"datasourceTemplate": "maven"
175175
}
176176
]
177-
}
177+
}

0 commit comments

Comments
 (0)