Skip to content

Commit

Permalink
chore(deps): update all cloudnative-pg daggerverse dependencies to 15…
Browse files Browse the repository at this point in the history
…ae21b

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 07138fc commit 6c96308
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tasks:
desc: Run spellcheck
env:
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
DAGGER_SPELLCHECK_SHA: f2acc8d99c16422193b59859048ecca98ffb9334
DAGGER_SPELLCHECK_SHA: 15ae21b03bab44124ddd7e3f3728f45503c6f185
cmds:
- >
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
Expand All @@ -41,7 +41,7 @@ tasks:
desc: Check for conventional commits
env:
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
DAGGER_COMMITLINT_SHA: f2acc8d99c16422193b59859048ecca98ffb9334
DAGGER_COMMITLINT_SHA: 15ae21b03bab44124ddd7e3f3728f45503c6f185
cmds:
- >
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
Expand All @@ -53,7 +53,7 @@ tasks:
- manifest-main
env:
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
DAGGER_UNCOMMITTED_SHA: f2acc8d99c16422193b59859048ecca98ffb9334
DAGGER_UNCOMMITTED_SHA: 15ae21b03bab44124ddd7e3f3728f45503c6f185
cmds:
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
sources:
Expand Down Expand Up @@ -264,7 +264,7 @@ tasks:
desc: Run controller-gen
env:
# renovate: datasource=git-refs depName=controller-gen lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
DAGGER_CONTROLLER_GEN_SHA: f2acc8d99c16422193b59859048ecca98ffb9334
DAGGER_CONTROLLER_GEN_SHA: 15ae21b03bab44124ddd7e3f3728f45503c6f185
cmds:
- >
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/controller-gen@${DAGGER_CONTROLLER_GEN_SHA}
Expand Down

0 comments on commit 6c96308

Please sign in to comment.