Skip to content

Commit 9a7394a

Browse files
renovate[bot]fcanovai
authored andcommitted
chore(deps): update all cloudnative-pg daggerverse dependencies to b8e24f5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9aaf020 commit 9a7394a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Taskfile.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tasks:
55
desc: Run protolint
66
env:
77
# renovate: datasource=git-refs depName=protolint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
8-
DAGGER_PROTOLINT_SHA: 15ae21b03bab44124ddd7e3f3728f45503c6f185
8+
DAGGER_PROTOLINT_SHA: b8e24f5ad3e7da6dce9f6f9edd93baf165f3106a
99
cmds:
1010
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/protolint@${DAGGER_PROTOLINT_SHA} lint --source . --args "--config_path=.protolint.yaml" --args proto/ stdout
1111
sources:
@@ -17,7 +17,7 @@ tasks:
1717
- protolint
1818
env:
1919
# renovate: datasource=git-refs depName=protoc-gen-go-grpc lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
20-
DAGGER_PROTOC_GEN_GO_GRPC_SHA: 15ae21b03bab44124ddd7e3f3728f45503c6f185
20+
DAGGER_PROTOC_GEN_GO_GRPC_SHA: b8e24f5ad3e7da6dce9f6f9edd93baf165f3106a
2121
cmds:
2222
- >
2323
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/protoc-gen-go-grpc@${DAGGER_PROTOC_GEN_GO_GRPC_SHA} run --source . --go-opt module=github.com/cloudnative-pg/cnpg-i
@@ -43,7 +43,7 @@ tasks:
4343
desc: Generate documentation from proto files
4444
env:
4545
# renovate: datasource=git-refs depName=protoc-gen-doc lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
46-
DAGGER_PROTOC_GEN_DOC_SHA: 15ae21b03bab44124ddd7e3f3728f45503c6f185
46+
DAGGER_PROTOC_GEN_DOC_SHA: b8e24f5ad3e7da6dce9f6f9edd93baf165f3106a
4747
cmds:
4848
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/protoc-gen-doc@${DAGGER_PROTOC_GEN_DOC_SHA} generate --proto-dir proto --doc-opt "markdown,protocol.md" -o docs
4949
sources:
@@ -55,7 +55,7 @@ tasks:
5555
- protoc-gen-doc
5656
env:
5757
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
58-
DAGGER_SPELLCHECK_SHA: 15ae21b03bab44124ddd7e3f3728f45503c6f185
58+
DAGGER_SPELLCHECK_SHA: b8e24f5ad3e7da6dce9f6f9edd93baf165f3106a
5959
cmds:
6060
- >
6161
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@@ -69,7 +69,7 @@ tasks:
6969
desc: Check for conventional commits
7070
env:
7171
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
72-
DAGGER_COMMITLINT_SHA: 15ae21b03bab44124ddd7e3f3728f45503c6f185
72+
DAGGER_COMMITLINT_SHA: b8e24f5ad3e7da6dce9f6f9edd93baf165f3106a
7373
cmds:
7474
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA} lint --source . --args "--from=origin/main" stdout
7575

@@ -80,7 +80,7 @@ tasks:
8080
- protoc-gen-doc
8181
env:
8282
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
83-
DAGGER_UNCOMMITTED_SHA: 15ae21b03bab44124ddd7e3f3728f45503c6f185
83+
DAGGER_UNCOMMITTED_SHA: b8e24f5ad3e7da6dce9f6f9edd93baf165f3106a
8484
cmds:
8585
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
8686
sources:

0 commit comments

Comments
 (0)