diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a993e1fba..eab8f8156 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -106,5 +106,18 @@ '/^@vue-flow//', ], }, + { + matchDatasources: [ + 'npm', + ], + matchPackageNames: [ + 'msw', + ], + groupName: 'msw', + groupSlug: 'msw-group', + prBodyNotes: [ + '> [!WARNING]\n> **Do not auto-merge or merge via this PR directly.** `msw` runs a post-install script that regenerates `mockServiceWorker.js` with the new version number. After merging, you must manually run `npx msw init ` to update this generated file, then commit the result.', + ], + }, ], }