From 12f216c6a1327550390acad6be8148ac77dcef22 Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Mon, 28 Oct 2024 22:25:35 +0100 Subject: [PATCH] Disable major updates for PatternFly (#34390) Closes #34389 Signed-off-by: Jon Koops --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d51064c323..9fe679042b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,3 +22,6 @@ updates: labels: - area/dependencies - team/ui + ignore: + - dependency-name: "@patternfly/*" + update-types: ["version-update:semver-major"]