Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Update renovate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 authored Mar 7, 2024
1 parent 3694a41 commit 42700d0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cat <test/private-submodule/README.md
renovate:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

Expand All @@ -67,7 +67,18 @@ jobs:
configurationFile: default.json
token: ${{ steps.app_token.outputs.token }}
renovate-version: ${{ env.RENOVATE_VERSION }}
# https://github.com/renovatebot/github-action?tab=readme-ov-file#passing-other-environment-variables
env-regex: "^(?:RENOVATE_\\w+|DEBUG|LOG_LEVEL|GH_TOKEN|GITHUB_TOKEN|GIT_TRACE|GIT_TRACE_SETUP|GIT_CURL_VERBOSE)$"
env:
# https://github.com/steveukx/git-js/blob/main/docs/DEBUG-LOGGING-GUIDE.md
DEBUG: simple-git,simple-git:*
# https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables
GIT_TRACE: 1
GIT_TRACE_SETUP: 1
GIT_CURL_VERBOSE: 1
GH_TOKEN: ${{ steps.app_token.outputs.token }}
GITHUB_TOKEN: ${{ steps.app_token.outputs.token }}
RENOVATE_TOKEN: ${{ steps.app_token.outputs.token }}
RENOVATE_DRY_RUN: full
RENOVATE_HOST_RULES: |
[
Expand Down

0 comments on commit 42700d0

Please sign in to comment.