Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: patternfly/react-console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: patternfly-extension-testing/react-console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 19, 2024

  1. Copy the full SHA
    0ff7197 View commit details
Showing with 16 additions and 10 deletions.
  1. +16 −10 renovate.json
26 changes: 16 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":dependencyDashboardApproval"
],
"extends": ["config:base"],
"enabledManagers": ["npm"],
"rangeStrategy": "bump",
"includeForks": true,
"packageRules": [
{
"packagePatterns": ["*"],
"excludePackagePatterns": [
"@patternfly/documentation-framework"
],
"excludePackagePatterns": ["@patternfly/*"],
"enabled": false
},
{
"packageNames": [
"@patternfly/documentation-framework"
]
"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"
}
]
}