chore(deps): update all cloudnative-pg daggerverse dependencies to c899668

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-05 13:25:40 +00:00 committed by Francesco Canovai
parent 4c8db6dad6
commit 039d00051c

View File

@ -24,7 +24,7 @@ tasks:
desc: Run spellcheck
env:
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
DAGGER_SPELLCHECK_SHA: d24d288a7219586f5ad2580f749ab4fe4226d51b
DAGGER_SPELLCHECK_SHA: c899668d635076ee593adaabfa7184fc753306ba
cmds:
- >
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@ -38,7 +38,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: d24d288a7219586f5ad2580f749ab4fe4226d51b
DAGGER_COMMITLINT_SHA: c899668d635076ee593adaabfa7184fc753306ba
cmds:
- >
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
@ -48,7 +48,7 @@ tasks:
desc: Check for uncommitted changes
env:
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
DAGGER_UNCOMMITTED_SHA: d24d288a7219586f5ad2580f749ab4fe4226d51b
DAGGER_UNCOMMITTED_SHA: c899668d635076ee593adaabfa7184fc753306ba
cmds:
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
sources: