File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 4646 # https://docs.renovatebot.com/self-hosted-configuration/#dryrun
4747 # Run renovate in dry-run mode if executed in branches other than master - prevents versions in PRs/branches from being updated
4848 RENOVATE_DRY_RUN : " ${{ inputs.dryRun || ( github.head_ref || github.ref_name ) != 'master' || false }}"
49+ # Allow calling Gradle wrapper (required since Renovate 43)
50+ # https://docs.renovatebot.com/self-hosted-configuration/#allowedunsafeexecutions
51+ RENOVATE_ALLOWED_UNSAFE_EXECUTIONS : ' ["gradleWrapper"]'
4952 # Renovate Automerge
5053 # RENOVATE_AUTOMERGE_TYPE: "branch"
5154 # RENOVATE_AUTOMERGE: "true"
6972 private-key : " ${{ secrets.WE_RENOVATE_GITHUB_PRIVATE_KEY }}"
7073
7174 - name : 💡 Self-hosted Renovate
72- uses : renovatebot/github-action@eaf12548c13069dcc28bb75c4ee4610cdbe400c5 # v44.2.6
75+ uses : renovatebot/github-action@3c68caaa9db5ff24332596591dc7c4fed8de16ce # v46.0.1
7376 with :
7477 token : " ${{ steps.app-token.outputs.token }}"
You can’t perform that action at this time.
0 commit comments