Skip to content

Commit f9f6359

Browse files
authored
BE-170: Add a Temporal cargo group for dependency bumps (#23)
Added a new package group for Temporal Rust crates in the Renovate configuration. This allows Renovate to group updates for all Temporal-related Rust packages together, similar to the existing group for libp2p crates.
1 parent 9f0d0e6 commit f9f6359

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

renovate-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,11 @@
376376
"matchManagers": ["cargo"],
377377
"groupName": "`libp2p` Rust crates",
378378
"matchPackageNames": ["/^libp2p[-_]?/"]
379+
},
380+
{
381+
"matchManagers": ["cargo"],
382+
"groupName": "`Temporal` Rust crates",
383+
"matchPackageNames": ["/^temporal[-_]?/"]
379384
}
380385
],
381386
"customManagers": [

0 commit comments

Comments
 (0)