Skip to content

Commit

Permalink
chore(renovate) group tracing packages by themselves
Browse files Browse the repository at this point in the history
Follows up #1502

Putting the `tracing` packages into their own group to allow them to be
updated indepedently from the other packages which are generally more able
to be updated.

As it stands today, we are constrained in our ability to update the
`tracing` packages.

This should make it possible for them to be updated on-demand via the
Renovate Dependency Dashboard, if we choose to do so, and otherwise de-group
them from the other cargo updates.
  • Loading branch information
abernix committed Aug 15, 2022
1 parent 73cbdcb commit 620c7a7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json5
Expand Up @@ -74,6 +74,20 @@
"groupSlug": "all-non-major-gte-1.0",
"automerge": true,
},
// We're currently constrained in our ability to update the `tracing`
// packages to the latest versions because of our usage. This should put
// those pacakges into their own group and away from other dep updates.
{
"matchManagers": [
"cargo"
],
"matchPackagePatterns": [
"^tracing"
],
"groupName": "cargo tracing packages",
"groupSlug": "cargo-tracing-packages",
"dependencyDashboardApproval": true
},
{
"matchPaths": [
"docs/package.json"
Expand Down

0 comments on commit 620c7a7

Please sign in to comment.