Skip to content

Commit

Permalink
chore: test renovate deps rule
Browse files Browse the repository at this point in the history
  • Loading branch information
fcanovai committed Apr 8, 2024
1 parent 4243c53 commit 8f377a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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: f3ddf3912214a4f992e58ff43b6bc92be4b757d2
DAGGER_COMMITLINT_SHA: 1c59d5853e3569aebcce925ec0e6008addf927aa
cmds:
- dagger -s call -m github.com/cloudnative-pg/daggerverse/commitlint@${DAGGER_COMMITLINT_SHA} lint --source . --args "--from=origin/main" stdout

Expand All @@ -76,7 +76,7 @@ tasks:
- build
env:
# renovate: datasource=git-refs depName=uncommitted lookupName=https://github.com/cloudnative-pg/daggerverse currentValue=main
DAGGER_UNCOMMITTED_SHA: f3ddf3912214a4f992e58ff43b6bc92be4b757d2
DAGGER_UNCOMMITTED_SHA: 1c59d5853e3569aebcce925ec0e6008addf927aa
cmds:
- dagger -s call -m github.com/cloudnative-pg/daggerverse/uncommitted@${DAGGER_UNCOMMITTED_SHA} check-uncommitted --source . stdout
sources:
Expand Down

0 comments on commit 8f377a5

Please sign in to comment.