Skip to content

Commit

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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 27, 2025
1 parent fbe29d8 commit 662432d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tasks:
desc: Run spellcheck
env:
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
DAGGER_SPELLCHECK_SHA: 9151fdb403298e305889668706b6cd69bb287e88
DAGGER_SPELLCHECK_SHA: a20e0c26fbaed660d9970eecb9f1381149b90f01
cmds:
- >
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
Expand All @@ -31,7 +31,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: 9151fdb403298e305889668706b6cd69bb287e88
DAGGER_COMMITLINT_SHA: a20e0c26fbaed660d9970eecb9f1381149b90f01
cmds:
- >
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
Expand All @@ -41,7 +41,7 @@ tasks:
desc: Check for uncommitted changes
env:
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
DAGGER_UNCOMMITTED_SHA: 9151fdb403298e305889668706b6cd69bb287e88
DAGGER_UNCOMMITTED_SHA: a20e0c26fbaed660d9970eecb9f1381149b90f01
cmds:
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
sources:
Expand Down

0 comments on commit 662432d

Please sign in to comment.