File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Expand file tree Collapse file tree 1 file changed +16
-10
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 " ],
4+ "enabledManagers" : [ " npm " ] ,
5+ "rangeStrategy" : " bump " ,
6+ "includeForks" : true ,
77 "packageRules" : [
88 {
99 "packagePatterns" : [" *" ],
10- "excludePackagePatterns" : [
11- " @patternfly/documentation-framework"
12- ],
10+ "excludePackagePatterns" : [" @patternfly/*" ],
1311 "enabled" : false
1412 },
1513 {
16- "packageNames" : [
17- " @patternfly/documentation-framework"
18- ]
14+ "datasources" : [" npm" ],
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"
1925 }
2026 ]
2127}
You can’t perform that action at this time.
0 commit comments