Skip to content

Commit 4afb6b0

Browse files
chore(deps): update all cloudnative-pg daggerverse dependencies to b8e24f5 (#114)
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 60b38ed commit 4afb6b0

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
@@ -17,7 +17,7 @@ tasks:
1717
desc: Run spellcheck
1818
env:
1919
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
20-
DAGGER_SPELLCHECK_SHA: 15ae21b03bab44124ddd7e3f3728f45503c6f185
20+
DAGGER_SPELLCHECK_SHA: b8e24f5ad3e7da6dce9f6f9edd93baf165f3106a
2121
cmds:
2222
- >
2323
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@@ -31,7 +31,7 @@ tasks:
3131
desc: Check for conventional commits
3232
env:
3333
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
34-
DAGGER_COMMITLINT_SHA: 15ae21b03bab44124ddd7e3f3728f45503c6f185
34+
DAGGER_COMMITLINT_SHA: b8e24f5ad3e7da6dce9f6f9edd93baf165f3106a
3535
cmds:
3636
- >
3737
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
@@ -41,7 +41,7 @@ tasks:
4141
desc: Check for uncommitted changes
4242
env:
4343
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
44-
DAGGER_UNCOMMITTED_SHA: 15ae21b03bab44124ddd7e3f3728f45503c6f185
44+
DAGGER_UNCOMMITTED_SHA: b8e24f5ad3e7da6dce9f6f9edd93baf165f3106a
4545
cmds:
4646
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
4747
sources:

0 commit comments

Comments
 (0)