Skip to content

Commit 5e2276a

Browse files
Update renovate config
1 parent ebd8588 commit 5e2276a

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

renovate.json

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

0 commit comments

Comments
 (0)