this repo has no description
0
fork

Configure Feed

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

at main 12 lines 262 B view raw
1{ 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 "extends": ["config:base"], 4 "packageRules": [ 5 { 6 "matchPackagePatterns": ["^@graysky/"], 7 "enabled": false 8 } 9 ], 10 "updateInternalDeps": true, 11 "rangeStrategy": "bump" 12}