Skip to content

Commit

Permalink
chore(renovate): Group more related libraries
Browse files Browse the repository at this point in the history
# Issue

Some libraries must be updated together.

# Fix

Also group opentelemetry and CF loggging libraries
  • Loading branch information
silvestre committed Aug 6, 2024
1 parent 303fdd7 commit be133a0
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,25 @@
},
{
"description": "Group Ginkgo CLI and library updates together",
"groupName": "ginkgo updates",
"groupName": "ginkgo",
"matchPackageNames": [
"/onsi/ginkgo/"
]
},
{
"description": "Group OpenTelemetry updates together",
"groupName": "opentelemetry",
"matchPackageNames": [
"/opentelemetry/"
]
},
{
"description": "Group Cloud Foundry Logging and Metrics updates together",
"groupName": "Cloud Foundry Logging and Metrics",
"matchPackageNames": [
"/loggregator/",
"/log-cache/"
]
}
],
"nix": {
Expand Down

0 comments on commit be133a0

Please sign in to comment.