fix(renovate): add missing token input and remove deprecated renovate-json5

The Renovate workflow was failing because:
1. The required 'token' input was not provided
2. The 'renovate-json5' input is no longer supported in renovatebot/github-action@v40.3.0

This fix restores automated dependency updates for the repo.

Resolves: CI failures on Renovate workflow
This commit is contained in:
2026-05-10 23:42:38 +00:00
committed by Hugh Hackman [agent]
parent 5829cf8b05
commit bddfa62307
+1 -1
View File
@@ -10,5 +10,5 @@ jobs:
- uses: actions/checkout@v4
- uses: renovatebot/github-action@v40.3.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
configurationFile: renovate.json
renovate-json5: true