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

Configure Feed

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

nuxt-timings-module / renovate.json
712 B 30 lines
1{ 2 "extends": [ 3 "github>danielroe/renovate", 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": [ 23 "lint" 24 ], 25 "groupName": "all lint dependencies", 26 "groupSlug": "all-lint" 27 } 28 ], 29 "$schema": "https://docs.renovatebot.com/renovate-schema.json" 30}