Skip to content

Commit 582133f

Browse files
authored
build: Properly ignore ntnx API client from dependabot (#995)
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. -->
1 parent 7cb4a77 commit 582133f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ updates:
2828
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
2929
# Ignore ntnx-api-golang-clients modules major, minor, and patch as they are upgraded together with prism-go-client.
3030
- dependency-name: "github.com/nutanix/ntnx-api-golang-clients/*"
31-
update-types: [ "version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch" ]
3231

3332
- package-ecosystem: "gomod"
3433
directory: "/hack/third-party/capa"

0 commit comments

Comments
 (0)