From 35ca5872a05b7deb9981a5ae082a163cc3f84ef8 Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Thu, 23 May 2024 02:41:17 +0000 Subject: [PATCH] ci: renovate --- .github/workflows/renovate.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 632c94294..907c2dbbb 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -88,6 +88,8 @@ jobs: actions: write steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + with: + ref: ${{ github.event.repository.default_branch }} - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 id: restore-cache @@ -108,7 +110,6 @@ jobs: - uses: renovatebot/github-action@063e0c946b9c1af35ef3450efc44114925d6e8e6 # v40.1.11 with: - configurationFile: .github/renovate.json token: ${{ steps.generate_token.outputs.token }} renovate-version: ${{ env.RENOVATE_VERSION }} env-regex: "^(?:RENOVATE_\\w+|LOG_LEVEL|FORCE_COLOR)$"