Skip to content

Commit 9968880

Browse files
committed
ci: add/update workflow for running renovate
1 parent b6bb5e0 commit 9968880

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tf-renovate.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ env:
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"
@@ -69,6 +72,6 @@ jobs:
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 }}"

0 commit comments

Comments
 (0)