[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt. roe.dev
0

Configure Feed

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

roe.dev / renovate.json
447 B 24 lines
1{ 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 "extends": [ 4 ":pinAllExceptPeerDependencies", 5 "github>danielroe/renovate" 6 ], 7 "packageRules": [ 8 { 9 "groupName": "unocss", 10 "matchPackageNames": [ 11 "/unocss/" 12 ] 13 }, 14 { 15 "groupName": "react", 16 "matchPackageNames": [ 17 "react", 18 "react-dom", 19 "@types/react", 20 "@types/react-dom" 21 ] 22 } 23 ] 24}