Skip to content

Commit 79ff407

Browse files
chore(deps): update all cloudnative-pg daggerverse dependencies to ba86584 (#108)
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 25915aa commit 79ff407

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: 6dd81e0cdd946d5dde24f044f66f1ed8111758cf
8+
DAGGER_CONTROLLER_GEN_SHA: ba865842d907910c469d016c3ecfa009e4c66915
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: 6dd81e0cdd946d5dde24f044f66f1ed8111758cf
23+
DAGGER_SPELLCHECK_SHA: ba865842d907910c469d016c3ecfa009e4c66915
2424
cmds:
2525
- >
2626
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@@ -48,15 +48,15 @@ tasks:
4848
desc: Check for conventional commits
4949
env:
5050
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
51-
DAGGER_COMMITLINT_SHA: 6dd81e0cdd946d5dde24f044f66f1ed8111758cf
51+
DAGGER_COMMITLINT_SHA: ba865842d907910c469d016c3ecfa009e4c66915
5252
cmds:
5353
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA} lint --source . --args "--from=origin/main" stdout
5454

5555
uncommitted:
5656
desc: Check for uncommitted changes
5757
env:
5858
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
59-
DAGGER_UNCOMMITTED_SHA: 6dd81e0cdd946d5dde24f044f66f1ed8111758cf
59+
DAGGER_UNCOMMITTED_SHA: ba865842d907910c469d016c3ecfa009e4c66915
6060
cmds:
6161
- >
6262
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA}

0 commit comments

Comments
 (0)