From a542beccb5d0e420225986adeb1c6a87cc90cb2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:56:02 +0000 Subject: [PATCH] chore(deps): update all cloudnative-pg daggerverse dependencies to 9db5f17 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Taskfile.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 8e08523a..43bc0b9e 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -5,7 +5,7 @@ tasks: desc: Run controller-gen env: # renovate: datasource=git-refs depName=controller-gen lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main - DAGGER_CONTROLLER_GEN_SHA: 517ea67fdb6e57de987e2ff15cc497ea51597206 + DAGGER_CONTROLLER_GEN_SHA: 9db5f17ca5ef69cc1ab20336eaf337fb11246728 cmds: - > GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/controller-gen@${DAGGER_CONTROLLER_GEN_SHA} @@ -20,7 +20,7 @@ tasks: desc: Run spellcheck env: # renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main - DAGGER_SPELLCHECK_SHA: 517ea67fdb6e57de987e2ff15cc497ea51597206 + DAGGER_SPELLCHECK_SHA: 9db5f17ca5ef69cc1ab20336eaf337fb11246728 cmds: - > GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA} @@ -48,7 +48,7 @@ tasks: desc: Check for conventional commits env: # renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main - DAGGER_COMMITLINT_SHA: 517ea67fdb6e57de987e2ff15cc497ea51597206 + DAGGER_COMMITLINT_SHA: 9db5f17ca5ef69cc1ab20336eaf337fb11246728 cmds: - GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA} lint --source . --args "--from=origin/main" stdout @@ -58,7 +58,7 @@ tasks: - controller-gen env: # renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main - DAGGER_UNCOMMITTED_SHA: 517ea67fdb6e57de987e2ff15cc497ea51597206 + DAGGER_UNCOMMITTED_SHA: 9db5f17ca5ef69cc1ab20336eaf337fb11246728 cmds: - > GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA}