Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ updates:

# The release branch(es):
- package-ecosystem: "gomod"
target-branch: release-0.17
target-branch: release-0.18
directories:
- "/"
# We don't update development or test dependencies on release branches
Expand All @@ -70,7 +70,7 @@ updates:
- k8s.io/klog/*

- package-ecosystem: "docker"
target-branch: release-0.17
target-branch: release-0.18
directories:
# CUDA image
- "/deployments/container"
Expand All @@ -90,7 +90,7 @@ updates:
- maintenance

- package-ecosystem: "github-actions"
target-branch: release-0.17
target-branch: release-0.18
directory: "/"
schedule:
interval: "weekly"
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MODULE := github.com/NVIDIA/$(DRIVER_NAME)

REGISTRY ?= nvcr.io/nvidia

VERSION ?= v0.18.0
VERSION ?= v0.19.0-dev

GOLANG_VERSION := $(shell ./hack/golang-version.sh)

Expand Down