[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.

chore: update renovate configuration

+6 -3
+6 -3
renovate.json
··· 1 1 { 2 2 "extends": [ 3 - "config:base", 3 + "github>danielroe/renovate", 4 4 "packages:linters", 5 5 ":labels(dependencies,devops)", 6 6 ":pinAllExceptPeerDependencies", ··· 19 19 }, 20 20 "packageRules": [ 21 21 { 22 - "packagePatterns": ["lint"], 22 + "packagePatterns": [ 23 + "lint" 24 + ], 23 25 "groupName": "all lint dependencies", 24 26 "groupSlug": "all-lint" 25 27 } 26 - ] 28 + ], 29 + "$schema": "https://docs.renovatebot.com/renovate-schema.json" 27 30 }