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 e69f335 commit 1ae2ab0
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 @@ -40,6 +40,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"]

# https://github.com/cockpit-project/cockpit/issues/21151
- dependency-name: "sass"
versions: ["1.80.x", "2.x"]
Expand Down

0 comments on commit 1ae2ab0

Please sign in to comment.