Skip to content

Commit 4123d9e

Browse files
wise-king-sullymannicolethoen
authored andcommitted
Update renovate.json
1 parent 261522c commit 4123d9e

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

renovate.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
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
}

0 commit comments

Comments
 (0)