File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [
4- " config:base" ,
5- " :dependencyDashboardApproval"
6- ],
3+ "extends" : [" config:base" ],
74 "enabledManagers" : [" npm" ],
85 "rangeStrategy" : " bump" ,
6+ "includeForks" : true ,
97 "packageRules" : [
108 {
119 "packagePatterns" : [" *" ],
12- "excludePackagePatterns" : [
13- " @patternfly/*"
14- ],
10+ "excludePackagePatterns" : [" @patternfly/*" ],
1511 "enabled" : false
1612 },
1713 {
1814 "datasources" : [" npm" ],
19- "packagePatterns" : [
20- " @patternfly/*"
21- ]
15+ "packagePatterns" : [" @patternfly/*" ],
16+ "excludePackageNames" : [" @patternfly/documentation-framework" , " @patternfly/patternfly-a11y" ],
17+ "groupName" : " patternfly" ,
18+ "followTag" : " prerelease"
19+ },
20+ {
21+ "datasources" : [" npm" ],
22+ "matchPackageNames" : [" @patternfly/documentation-framework" , " @patternfly/patternfly-a11y" ],
23+ "groupName" : " patternfly" ,
24+ "followTag" : " latest"
2225 }
2326 ]
24- }
27+ }
You can’t perform that action at this time.
0 commit comments