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 committed Dec 8, 2024
1 parent c2bbcd3 commit 4faf204
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 @@ -45,6 +45,10 @@ updates:
- dependency-name: "@patternfly/*"
update-types: ["version-update:semver-major"]

# 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 4faf204

Please sign in to comment.