Skip to content

Commit 397897e

Browse files
chore(deps): update all cloudnative-pg daggerverse dependencies to 00cead9
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0fc1fae commit 397897e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Taskfile.yml

+4-4
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: 9151fdb403298e305889668706b6cd69bb287e88
8+
DAGGER_CONTROLLER_GEN_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
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: 9151fdb403298e305889668706b6cd69bb287e88
23+
DAGGER_SPELLCHECK_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
2424
cmds:
2525
- >
2626
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@@ -45,15 +45,15 @@ tasks:
4545
desc: Check for conventional commits
4646
env:
4747
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
48-
DAGGER_COMMITLINT_SHA: 9151fdb403298e305889668706b6cd69bb287e88
48+
DAGGER_COMMITLINT_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
4949
cmds:
5050
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA} lint --source . --args "--from=origin/main" stdout
5151

5252
uncommitted:
5353
desc: Check for uncommitted changes
5454
env:
5555
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
56-
DAGGER_UNCOMMITTED_SHA: 9151fdb403298e305889668706b6cd69bb287e88
56+
DAGGER_UNCOMMITTED_SHA: 00cead9710f409ceb3a818fe5fd7ba683ee93ac8
5757
cmds:
5858
- >
5959
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA}

0 commit comments

Comments
 (0)