Skip to content

Commit

Permalink
build: Properly ignore ntnx API client from dependabot (#995)
Browse files Browse the repository at this point in the history
The existing configuration still allowed pre-release updates and there
is no way to configure this. Removing the update-types means this will
always be ignored and only updated when the NCN ntnx client is updated.

**What problem does this PR solve?**:

**Which issue(s) this PR fixes**:
Fixes #

**How Has This Been Tested?**:
<!--
Please describe the tests that you ran to verify your changes.
Provide output from the tests and any manual steps needed to replicate
the tests.
-->

**Special notes for your reviewer**:
<!--
Use this to provide any additional information to the reviewers.
This may include:
- Best way to review the PR.
- Where the author wants the most review attention on.
- etc.
-->
  • Loading branch information
jimmidyson authored Dec 9, 2024
1 parent 7cb4a77 commit 582133f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ updates:
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
# Ignore ntnx-api-golang-clients modules major, minor, and patch as they are upgraded together with prism-go-client.
- dependency-name: "github.com/nutanix/ntnx-api-golang-clients/*"
update-types: [ "version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch" ]

- package-ecosystem: "gomod"
directory: "/hack/third-party/capa"
Expand Down

0 comments on commit 582133f

Please sign in to comment.