From 40eb555a606eee2157f984088eb0b0b0981fb07d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 00:54:57 +0000 Subject: [PATCH] chore(deps): update all cloudnative-pg daggerverse dependencies to 517ea67 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 01d9560a..62489a7e 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: ee59e34a99940e45f87a16177b1d640975b05b74 + DAGGER_CONTROLLER_GEN_SHA: 517ea67fdb6e57de987e2ff15cc497ea51597206 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: ee59e34a99940e45f87a16177b1d640975b05b74 + DAGGER_SPELLCHECK_SHA: 517ea67fdb6e57de987e2ff15cc497ea51597206 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: ee59e34a99940e45f87a16177b1d640975b05b74 + DAGGER_COMMITLINT_SHA: 517ea67fdb6e57de987e2ff15cc497ea51597206 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: ee59e34a99940e45f87a16177b1d640975b05b74 + DAGGER_UNCOMMITTED_SHA: 517ea67fdb6e57de987e2ff15cc497ea51597206 cmds: - > GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA}