Skip to content

Commit b3fcad6

Browse files
chore(deps): update all cloudnative-pg daggerverse dependencies to 6dd81e0 (#99)
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 c12fbef commit b3fcad6

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
@@ -5,7 +5,7 @@ tasks:
55
desc: Run controller-gen
66
env:
77
# renovate: datasource=git-refs depName=controller-gen lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
8-
DAGGER_CONTROLLER_GEN_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
8+
DAGGER_CONTROLLER_GEN_SHA: 6dd81e0cdd946d5dde24f044f66f1ed8111758cf
99
cmds:
1010
- >
1111
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/controller-gen@${DAGGER_CONTROLLER_GEN_SHA}
@@ -20,7 +20,7 @@ tasks:
2020
desc: Run spellcheck
2121
env:
2222
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
23-
DAGGER_SPELLCHECK_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
23+
DAGGER_SPELLCHECK_SHA: 6dd81e0cdd946d5dde24f044f66f1ed8111758cf
2424
cmds:
2525
- >
2626
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@@ -51,15 +51,15 @@ tasks:
5151
desc: Check for conventional commits
5252
env:
5353
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
54-
DAGGER_COMMITLINT_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
54+
DAGGER_COMMITLINT_SHA: 6dd81e0cdd946d5dde24f044f66f1ed8111758cf
5555
cmds:
5656
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA} lint --source . --args "--from=origin/main" stdout
5757

5858
uncommitted:
5959
desc: Check for uncommitted changes
6060
env:
6161
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
62-
DAGGER_UNCOMMITTED_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
62+
DAGGER_UNCOMMITTED_SHA: 6dd81e0cdd946d5dde24f044f66f1ed8111758cf
6363
cmds:
6464
- >
6565
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA}

0 commit comments

Comments
 (0)