Skip to content

Commit ce45086

Browse files
committed
build: Properly ignore ntnx API client from dependabot
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.
1 parent 11bff42 commit ce45086

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)