Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion renovate-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
{
"matchManagers": ["cargo"],
"groupName": "`Temporal` Rust crates",
"matchPackageNames": ["/^temporal[-_]?/"]
"matchPackageNames": ["/^temporal[-_]?/", "/^temporalio[-_]?/"]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/^temporal[-_]?/ already matches package names starting with temporalio (because the [-_]? is optional), so this added temporalio pattern may be a no-op; worth double-checking the original Renovate grouping issue isn’t caused by something else.

Severity: low

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

}
],
"customManagers": [
Expand Down