Skip to content

Commit 8329a3e

Browse files
chore(deps): update all cloudnative-pg daggerverse dependencies to a63b483 (#802)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | commitlint | digest | `7e6e09f` → `a63b483` | | controller-gen | digest | `7e6e09f` → `a63b483` | | crd-gen-refs | digest | `7e6e09f` → `a63b483` | | spellcheck | digest | `7e6e09f` → `a63b483` | | uncommitted | digest | `7e6e09f` → `a63b483` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cloudnative-pg/plugin-barman-cloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21hdGVkIiwibm8taXNzdWUiXX0=--> 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 74b159a commit 8329a3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Taskfile.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tasks:
4444
- wordlist-ordered
4545
env:
4646
# renovate: datasource=git-refs depName=spellcheck lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
47-
DAGGER_SPELLCHECK_SHA: 7e6e09f6b7d03a555a310b31285d2d4c74be3bfb
47+
DAGGER_SPELLCHECK_SHA: a63b48356801e4d38291db105c26abd0650a99c9
4848
cmds:
4949
- >
5050
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/spellcheck@${DAGGER_SPELLCHECK_SHA}
@@ -58,7 +58,7 @@ tasks:
5858
desc: Check for conventional commits
5959
env:
6060
# renovate: datasource=git-refs depName=commitlint lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
61-
DAGGER_COMMITLINT_SHA: 7e6e09f6b7d03a555a310b31285d2d4c74be3bfb
61+
DAGGER_COMMITLINT_SHA: a63b48356801e4d38291db105c26abd0650a99c9
6262
cmds:
6363
- >
6464
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA}
@@ -72,7 +72,7 @@ tasks:
7272
- wordlist-ordered
7373
env:
7474
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
75-
DAGGER_UNCOMMITTED_SHA: 7e6e09f6b7d03a555a310b31285d2d4c74be3bfb
75+
DAGGER_UNCOMMITTED_SHA: a63b48356801e4d38291db105c26abd0650a99c9
7676
cmds:
7777
- GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
7878
sources:
@@ -84,7 +84,7 @@ tasks:
8484
- controller-gen
8585
env:
8686
# renovate: datasource=git-refs depName=crd-gen-refs lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
87-
DAGGER_CRDGENREF_SHA: 7e6e09f6b7d03a555a310b31285d2d4c74be3bfb
87+
DAGGER_CRDGENREF_SHA: a63b48356801e4d38291db105c26abd0650a99c9
8888
# renovate: datasource=go depName=github.com/elastic/crd-ref-docs
8989
CRDREFDOCS_VERSION: v0.3.0
9090
cmds:
@@ -386,7 +386,7 @@ tasks:
386386
run: once
387387
env:
388388
# renovate: datasource=git-refs depName=controller-gen lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
389-
DAGGER_CONTROLLER_GEN_SHA: 7e6e09f6b7d03a555a310b31285d2d4c74be3bfb
389+
DAGGER_CONTROLLER_GEN_SHA: a63b48356801e4d38291db105c26abd0650a99c9
390390
cmds:
391391
- >
392392
GITHUB_REF= dagger -s call -m github.com/cloudnative-pg/daggerverse/controller-gen@${DAGGER_CONTROLLER_GEN_SHA}

0 commit comments

Comments
 (0)