PronounsPage/renovate.json
2025-06-03 13:38:41 +02:00

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
}
}