From 209b0e50fdc3905a55430ba01cf1fa11927730f8 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 6 May 2026 11:04:50 +0000 Subject: [PATCH] chore(renovate): pin action to v40.3.0, fix inputs per spec --- .github/workflows/renovate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 0e3c0c3..026147d 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -3,12 +3,12 @@ on: schedule: - cron: '0 3 * * *' workflow_dispatch: - jobs: renovate: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: renovatebot/github-action@v40 + - uses: renovatebot/github-action@v40.3.0 with: - token: ${{ secrets.GITHUB_TOKEN }} + configurationFile: renovate.json + renovate-json5: true