We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60563a commit b684115Copy full SHA for b684115
renovate.json
@@ -0,0 +1,28 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["config:base"],
4
+ "enabledManagers": ["npm"],
5
+ "rangeStrategy": "bump",
6
+ "includeForks": true,
7
+ "packageRules": [
8
+ {
9
+ "packagePatterns": ["*"],
10
+ "excludePackagePatterns": ["@patternfly/*"],
11
+ "enabled": false
12
+ },
13
14
+ "datasources": ["npm"],
15
+ "packagePatterns": ["@patternfly/*"],
16
+ "excludePackageNames": ["@patternfly/documentation-framework", "@patternfly/patternfly-a11y"],
17
+ "groupName": "patternfly",
18
+ "followTag": "prerelease"
19
20
21
22
+ "matchPackageNames": ["@patternfly/patternfly-a11y"],
23
24
+ "followTag": "latest"
25
+ }
26
+ ]
27
28
+
0 commit comments