[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-vue3-module.
0

Configure Feed

Select the types of activity you want to include in your feed.

nuxt-vue3-module / renovate.json
616 B 27 lines
1{ 2 "extends": [ 3 "config:base", 4 "packages:linters", 5 ":labels(dependencies,devops)", 6 ":pinAllExceptPeerDependencies", 7 ":maintainLockFilesWeekly", 8 ":enableVulnerabilityAlerts", 9 ":automergeLinters", 10 ":automergeTypes", 11 ":semanticCommitTypeAll(chore)", 12 ":automergePatch" 13 ], 14 "rebaseStalePrs": true, 15 "prCreation": "not-pending", 16 "rangeStrategy": "bump", 17 "npm": { 18 "commitMessageTopic": "{{prettyDepType}} {{depName}}" 19 }, 20 "packageRules": [ 21 { 22 "packagePatterns": ["lint"], 23 "groupName": "all lint dependencies", 24 "groupSlug": "all-lint" 25 } 26 ] 27}