From e8bfe30daaeeb97b141fc5edecefa449c77bddae Mon Sep 17 00:00:00 2001 From: Francesco Canovai Date: Thu, 4 Apr 2024 11:36:46 +0200 Subject: [PATCH] chore: allow dagger version to be managed by renovate Signed-off-by: Francesco Canovai --- .github/workflows/continuous-delivery.yml | 3 +++ renovate.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 780b62d..e6ca2f5 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -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 diff --git a/renovate.json b/renovate.json index b4e1a09..e020934 100644 --- a/renovate.json +++ b/renovate.json @@ -4,7 +4,8 @@ "config:recommended", ":gitSignOff", ":semanticCommitType(chore)", - ":labels(automated,no-issue)" + ":labels(automated,no-issue)", + "regexManagers:githubActionsVersions" ], "prConcurrentLimit": 5, "ignorePaths": [