mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-08-03 11:07:00 -04:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", "npm:unpublishSafe"],
|
|
"configMigration": true,
|
|
"dependencyDashboardApproval": true,
|
|
"dependencyDashboardOSVVulnerabilitySummary": "all",
|
|
"ignorePaths": ["census/**", "new/**"],
|
|
"labels": ["Updates/Upgrades"],
|
|
"osvVulnerabilityAlerts": true,
|
|
"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/**"]
|
|
}],
|
|
"postUpdateOptions": ["pnpmDedupe"],
|
|
"rangeStrategy": "bump",
|
|
"vulnerabilityAlerts": {
|
|
"dependencyDashboardApproval": false
|
|
}
|
|
}
|