Skip to content

Commit

Permalink
Exclude @effect/vitest from @effect in renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Mar 3, 2025
1 parent 7b1ff7e commit c00ebac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,12 @@
{
"groupName": "`effect` npm packages",
"matchManagers": ["npm"],
"matchPackageNames": ["/^@effect//", "/^effect-/", "/effect$/"]
"matchPackageNames": [
"/^@effect//",
"/^effect-/",
"/effect$/",
"!/@effect/vitest/"
]
},
{
"groupName": "`graphql` npm packages",
Expand Down

0 comments on commit c00ebac

Please sign in to comment.