Skip to content

Commit

Permalink
fix(harbor): to greedy grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Dec 4, 2024
1 parent 9a3e9bc commit df5f175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
{
"description": "Harbor chart and images",
"matchDatasources": ["helm", "docker"],
"matchDepNames": ["/harbor/"],
"matchDepNames": ["harbor", "{**/,}bitnami/harbor-*"],
"groupName": "Harbor",
"additionalBranchPrefix": "",
"group": { "commitMessageTopic": "{{{groupName}}} group" }
Expand Down

0 comments on commit df5f175

Please sign in to comment.