Skip to content

Commit

Permalink
dependabot: Don't update major React version
Browse files Browse the repository at this point in the history
PatternFly 5 has a React 18 peer dependency, so they need to be updated
together.
  • Loading branch information
martinpitt authored and jelly committed Dec 8, 2024
1 parent 2d1f77a commit c513a93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ updates:
- dependency-name: "@patternfly/*"
versions: ["6.x"]

# PF5 requires fixed major React version
- dependency-name: "*react*"
update-types: ["version-update:semver-major"]

- package-ecosystem: "github-actions"
directory: "/"
open-pull-requests-limit: 3
Expand Down

0 comments on commit c513a93

Please sign in to comment.