diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index e6ca2f5..f227025 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -19,7 +19,7 @@ jobs: - name: Install Dagger env: # renovate: datasource=github-tags depName=dagger/dagger versioning=semver - DAGGER_VERSION: 0.10.3 + DAGGER_VERSION: 0.11.0 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 1b23ece..3e51c90 100644 --- a/renovate.json +++ b/renovate.json @@ -54,6 +54,11 @@ "digest" ], "groupName": "all cloudnative-pg daggerverse dependencies" + }, + { + "matchUpdateTypes": ["minor", "patch"], + "matchCurrentVersion": "!/^0/", + "automerge": true } ] }