From a9f076c681463e31fa81ee662574a095447016fe Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 6 Dec 2024 08:46:16 +0100 Subject: [PATCH] dependabot: Don't update major React version PatternFly 5 has a React 18 peer dependency, so they need to be updated together. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0526b5f..ccce5b3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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