diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 426c11b3fa7363..020acf79103c8a 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -227,6 +227,7 @@ const repoGroups = { 'typescript-eslint': 'https://github.com/typescript-eslint/typescript-eslint', 'typography-js': 'https://github.com/KyleAMathews/typography.js', uppy: 'https://github.com/transloadit/uppy', + vaadinWebComponents: 'https://github.com/vaadin/web-components', vitest: 'https://github.com/vitest-dev/vitest', vstest: 'https://github.com/microsoft/vstest', vue: ['https://github.com/vuejs/vue', 'https://github.com/vuejs/core'],