Skip to content

Commit

Permalink
Create renovate.json
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Sullivan <[email protected]>
  • Loading branch information
wise-king-sullyman authored Sep 28, 2023
1 parent 84ffaca commit 680d833
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions renovate.json
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"
}
]
}

0 comments on commit 680d833

Please sign in to comment.