Skip to content

Commit 8e2a917

Browse files
chore(deps): update all sagikazarmark daggerverse dependencies to ff27cd5 (#933)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | gh | digest | `81b6881` → `ff27cd5` | | golangci-lint | digest | `81b6881` → `ff27cd5` | | kustomize | digest | `81b6881` → `ff27cd5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/7) for more information. --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDYuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJuby1pc3N1ZSJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Leonardo Cecchi <leonardo.cecchi@enterprisedb.com>
1 parent 3c6e564 commit 8e2a917

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Taskfile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tasks:
2121
desc: Run golangci-lint
2222
env:
2323
# renovate: datasource=git-refs depName=golangci-lint lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
24-
DAGGER_GOLANGCI_LINT_SHA: 81b688189377135bd0cf85f3ddba88c4fbb52c2d
24+
DAGGER_GOLANGCI_LINT_SHA: ff27cd50f6b4eed2e3753c520632cd6099e1ce52
2525
# renovate: datasource=docker depName=golangci/golangci-lint versioning=semver
2626
GOLANGCI_LINT_VERSION: v2.12.2
2727
cmds:
@@ -453,7 +453,7 @@ tasks:
453453
IMAGE_VERSION: '{{regexReplaceAll "(\\d+)/merge" .GITHUB_REF_NAME "pr-${1}"}}'
454454
env:
455455
# renovate: datasource=git-refs depName=kustomize lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
456-
DAGGER_KUSTOMIZE_SHA: 81b688189377135bd0cf85f3ddba88c4fbb52c2d
456+
DAGGER_KUSTOMIZE_SHA: ff27cd50f6b4eed2e3753c520632cd6099e1ce52
457457
cmds:
458458
- >
459459
dagger -s call -m https://github.com/sagikazarmark/daggerverse/kustomize@${DAGGER_KUSTOMIZE_SHA}
@@ -483,7 +483,7 @@ tasks:
483483
- GITHUB_TOKEN
484484
env:
485485
# renovate: datasource=git-refs depName=gh lookupName=https://github.com/sagikazarmark/daggerverse
486-
DAGGER_GH_SHA: 81b688189377135bd0cf85f3ddba88c4fbb52c2d
486+
DAGGER_GH_SHA: ff27cd50f6b4eed2e3753c520632cd6099e1ce52
487487
preconditions:
488488
- sh: "[[ {{.GITHUB_REF}} =~ 'refs/tags/v.*' ]]"
489489
msg: not a tag, failing

0 commit comments

Comments
 (0)