Skip to content

Commit 2d5f381

Browse files
chore(deps): update all cloudnative-pg daggerverse dependencies to c899668 (#75)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c8db6d commit 2d5f381

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Taskfile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tasks:
2424
desc: Run spellcheck
2525
env:
2626
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
27-
DAGGER_SPELLCHECK_SHA: d24d288a7219586f5ad2580f749ab4fe4226d51b
27+
DAGGER_SPELLCHECK_SHA: c899668d635076ee593adaabfa7184fc753306ba
2828
cmds:
2929
- >
3030
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@@ -38,7 +38,7 @@ tasks:
3838
desc: Check for conventional commits
3939
env:
4040
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
41-
DAGGER_COMMITLINT_SHA: d24d288a7219586f5ad2580f749ab4fe4226d51b
41+
DAGGER_COMMITLINT_SHA: c899668d635076ee593adaabfa7184fc753306ba
4242
cmds:
4343
- >
4444
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
@@ -48,7 +48,7 @@ tasks:
4848
desc: Check for uncommitted changes
4949
env:
5050
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
51-
DAGGER_UNCOMMITTED_SHA: d24d288a7219586f5ad2580f749ab4fe4226d51b
51+
DAGGER_UNCOMMITTED_SHA: c899668d635076ee593adaabfa7184fc753306ba
5252
cmds:
5353
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
5454
sources:

0 commit comments

Comments
 (0)