File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed
Expand file tree Collapse file tree 1 file changed +16
-9
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- ],
3+ "extends" : [" config:base" ],
4+ "enabledManagers" : [" npm" ],
5+ "rangeStrategy" : " bump" ,
6+ "includeForks" : true ,
67 "packageRules" : [
78 {
89 "packagePatterns" : [" *" ],
9- "excludePackagePatterns" : [
10- " @patternfly/documentation-framework"
11- ],
10+ "excludePackagePatterns" : [" @patternfly/*" ],
1211 "enabled" : false
1312 },
1413 {
15- "packageNames" : [
16- " @patternfly/documentation-framework"
17- ]
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"
1825 }
1926 ]
2027}
You can’t perform that action at this time.
0 commit comments