Skip to content

Commit 7ee84e1

Browse files
chore(deps): update all cloudnative-pg daggerverse dependencies to f2acc8d (#50)
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 9624fa7 commit 7ee84e1

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: fa2e604b785c0ff9252a807097fc1215e10df486
8+
DAGGER_CONTROLLER_GEN_SHA: f2acc8d99c16422193b59859048ecca98ffb9334
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: fa2e604b785c0ff9252a807097fc1215e10df486
23+
DAGGER_SPELLCHECK_SHA: f2acc8d99c16422193b59859048ecca98ffb9334
2424
cmds:
2525
- >
2626
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@@ -45,7 +45,7 @@ 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: fa2e604b785c0ff9252a807097fc1215e10df486
48+
DAGGER_COMMITLINT_SHA: f2acc8d99c16422193b59859048ecca98ffb9334
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

@@ -55,7 +55,7 @@ tasks:
5555
- controller-gen
5656
env:
5757
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
58-
DAGGER_UNCOMMITTED_SHA: fa2e604b785c0ff9252a807097fc1215e10df486
58+
DAGGER_UNCOMMITTED_SHA: f2acc8d99c16422193b59859048ecca98ffb9334
5959
cmds:
6060
- >
6161
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA}

0 commit comments

Comments
 (0)