diff --git a/README.md b/README.md index 254c0580..e79c6025 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ GitHub Release - + Renovate diff --git a/action.yaml b/action.yaml index 74b9ec0c..f56cc08c 100644 --- a/action.yaml +++ b/action.yaml @@ -50,7 +50,7 @@ runs: - name: Configure id: configure env: - RENOVATE_VERSION: 37.29.0 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate + RENOVATE_VERSION: 37.31.1 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate autodiscover: ${{ inputs.autodiscover != '' && inputs.autodiscover || 'false' }} dry_run: ${{ inputs.dry_run != '' && inputs.dry_run || 'false' }} # Check if this workflow was triggered from an organization account.