From 710113814e2b433fbb93ddcd6739d3a00fd04bf4 Mon Sep 17 00:00:00 2001 From: Case Wylie Date: Thu, 19 Dec 2024 13:38:13 -0500 Subject: [PATCH] chore: ignore breaking release of @kubernetes/client-node (#516) ## Description @kubernetes/client-node created a release that breaks our ability to generate classes from CRDs. It also breaks CI. The release has no release notes either. Very strange. We definitely should skip this. ## Related Issue Fixes # Relates to # ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request) followed Signed-off-by: Case Wylie --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a13568..b9d28bf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,10 @@ updates: directory: "/" # Location of package manifests schedule: interval: daily + ignore: + - dependency-name: "@kubernetes/client-node" + versions: + - "1.0.0" groups: production-dependencies: dependency-type: production