[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
280 B 15 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}