Skip to content

Commit 3d0d3ff

Browse files
chore(deps): update all cloudnative-pg daggerverse dependencies to f2acc8d (#93)
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 3785162 commit 3d0d3ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Taskfile.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tasks:
2727
desc: Run spellcheck
2828
env:
2929
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
30-
DAGGER_SPELLCHECK_SHA: fa2e604b785c0ff9252a807097fc1215e10df486
30+
DAGGER_SPELLCHECK_SHA: f2acc8d99c16422193b59859048ecca98ffb9334
3131
cmds:
3232
- >
3333
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@@ -41,7 +41,7 @@ tasks:
4141
desc: Check for conventional commits
4242
env:
4343
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
44-
DAGGER_COMMITLINT_SHA: fa2e604b785c0ff9252a807097fc1215e10df486
44+
DAGGER_COMMITLINT_SHA: f2acc8d99c16422193b59859048ecca98ffb9334
4545
cmds:
4646
- >
4747
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
@@ -53,7 +53,7 @@ tasks:
5353
- manifest-main
5454
env:
5555
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
56-
DAGGER_UNCOMMITTED_SHA: fa2e604b785c0ff9252a807097fc1215e10df486
56+
DAGGER_UNCOMMITTED_SHA: f2acc8d99c16422193b59859048ecca98ffb9334
5757
cmds:
5858
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
5959
sources:
@@ -264,7 +264,7 @@ tasks:
264264
desc: Run controller-gen
265265
env:
266266
# renovate: datasource=git-refs depName=controller-gen lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
267-
DAGGER_CONTROLLER_GEN_SHA: fa2e604b785c0ff9252a807097fc1215e10df486
267+
DAGGER_CONTROLLER_GEN_SHA: f2acc8d99c16422193b59859048ecca98ffb9334
268268
cmds:
269269
- >
270270
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/controller-gen@${DAGGER_CONTROLLER_GEN_SHA}

0 commit comments

Comments
 (0)