mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-08-03 11:07:00 -04:00
(renovate) group test, typescript and nuxt packages together
This commit is contained in:
parent
21004d4194
commit
763e722b10
@ -10,7 +10,20 @@
|
||||
"packageRules": [{
|
||||
"groupName": "eslint",
|
||||
"matchPackageNames": ["eslint**", "@nuxt/eslint"]
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"groupName": "test",
|
||||
"matchPackageNames": ["vitest", "@nuxt/test-utils", "@playwright/test", "@vitest/coverage-v8"]
|
||||
},
|
||||
{
|
||||
"groupName": "typescript",
|
||||
"matchPackageNames": ["typescript", "ts-node", "vue-tsc"]
|
||||
},
|
||||
{
|
||||
"groupName": "nuxt",
|
||||
"matchPackageNames": ["nuxt", "@nuxtjs/plausible", "@pinia/nuxt", "@vite-pwa/nuxt"]
|
||||
},
|
||||
{
|
||||
"groupName": "sentry",
|
||||
"matchPackageNames": ["@sentry/**"]
|
||||
}],
|
||||
|
Loading…
x
Reference in New Issue
Block a user