forked from konveyor/tackle2-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Austin Sullivan <[email protected]>
- Loading branch information
1 parent
84ffaca
commit 680d833
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": ["config:base"], | ||
"enabledManagers": ["npm"], | ||
"rangeStrategy": "bump", | ||
"includeForks": true, | ||
"packageRules": [ | ||
{ | ||
"packagePatterns": ["*"], | ||
"excludePackagePatterns": ["@patternfly/*"], | ||
"enabled": false | ||
}, | ||
{ | ||
"datasources": ["npm"], | ||
"packagePatterns": ["@patternfly/*"], | ||
"excludePackageNames": ["@patternfly/documentation-framework", "@patternfly/patternfly-a11y"], | ||
"groupName": "patternfly", | ||
"followTag": "prerelease" | ||
}, | ||
{ | ||
"datasources": ["npm"], | ||
"matchPackageNames": ["@patternfly/documentation-framework", "@patternfly/patternfly-a11y"], | ||
"groupName": "patternfly", | ||
"followTag": "latest" | ||
} | ||
] | ||
} |