Skip to content

Commit 83b8d69

Browse files
chore(deps): update all cloudnative-pg daggerverse dependencies to fa2e604 (#85)
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 1e6c69b commit 83b8d69

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: c899668d635076ee593adaabfa7184fc753306ba
27+
DAGGER_SPELLCHECK_SHA: fa2e604b785c0ff9252a807097fc1215e10df486
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: c899668d635076ee593adaabfa7184fc753306ba
41+
DAGGER_COMMITLINT_SHA: fa2e604b785c0ff9252a807097fc1215e10df486
4242
cmds:
4343
- >
4444
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
@@ -50,7 +50,7 @@ tasks:
5050
- controller-gen
5151
env:
5252
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
53-
DAGGER_UNCOMMITTED_SHA: c899668d635076ee593adaabfa7184fc753306ba
53+
DAGGER_UNCOMMITTED_SHA: fa2e604b785c0ff9252a807097fc1215e10df486
5454
cmds:
5555
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
5656
sources:

0 commit comments

Comments
 (0)