Skip to content

Commit a07d0c2

Browse files
chore(deps): update taskfile
1 parent 649c6c3 commit a07d0c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ vars:
99
DIRCTL_IMAGE_TAG: '{{ .DIRCTL_IMAGE_TAG | default "v1.7.0" }}'
1010

1111
# renovate: datasource=github-releases depName=renovatebot/renovate versioning=semver
12-
RENOVATE_VERSION: "44.69.7"
12+
RENOVATE_VERSION: "44.69.12"
1313

1414
BIN_DIR: "{{ .ROOT_DIR }}/.bin"
1515

@@ -26,7 +26,7 @@ vars:
2626
KIND_BIN: "{{ .BIN_DIR }}/kind-{{.KIND_VERSION}}"
2727

2828
# renovate: datasource=github-releases depName=astral-sh/uv versioning=semver
29-
UV_VERSION: "0.12.10"
29+
UV_VERSION: "0.12.11"
3030
UV_BIN: "{{ .BIN_DIR }}/uv-{{.UV_VERSION}}"
3131
UV_PUBLISH_TOKEN: '{{ .UV_PUBLISH_TOKEN | default "" }}'
3232

0 commit comments

Comments
 (0)