mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-22 12:03:25 -04:00
(renovate) group test, typescript and nuxt packages together
This commit is contained in:
parent
21004d4194
commit
763e722b10
@ -10,7 +10,20 @@
|
|||||||
"packageRules": [{
|
"packageRules": [{
|
||||||
"groupName": "eslint",
|
"groupName": "eslint",
|
||||||
"matchPackageNames": ["eslint**", "@nuxt/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",
|
"groupName": "sentry",
|
||||||
"matchPackageNames": ["@sentry/**"]
|
"matchPackageNames": ["@sentry/**"]
|
||||||
}],
|
}],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user