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.

(cherry picked from commit a9f076c)
  • Loading branch information
martinpitt authored and justin-stephenson committed Dec 16, 2024
1 parent aa136a9 commit 32f5e9a
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 @@ -38,6 +38,10 @@ updates:
- dependency-name: "@patternfly/*"
update-types: ["version-update:semver-major"]

# PF5 requires React 18
- 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 32f5e9a

Please sign in to comment.