Skip to content

Commit

Permalink
chore: allow dagger version to be managed by renovate
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Canovai <[email protected]>
  • Loading branch information
fcanovai committed Apr 4, 2024
1 parent 2db8542 commit e8bfe30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Install Task
uses: arduino/setup-task@v2
- name: Install Dagger
env:
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
DAGGER_VERSION: 0.10.3
run: |
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
- name: Run CI task
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"config:recommended",
":gitSignOff",
":semanticCommitType(chore)",
":labels(automated,no-issue)"
":labels(automated,no-issue)",
"regexManagers:githubActionsVersions"
],
"prConcurrentLimit": 5,
"ignorePaths": [
Expand Down

0 comments on commit e8bfe30

Please sign in to comment.