Skip to content

Commit

Permalink
chore: ignore breaking release of @kubernetes/client-node (#516)
Browse files Browse the repository at this point in the history
## 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 #

<!-- or -->

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 <[email protected]>
  • Loading branch information
cmwylie19 authored Dec 19, 2024
1 parent 6a3c94a commit 7101138
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 @@ -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
Expand Down

0 comments on commit 7101138

Please sign in to comment.