Merge pull request #75 from privilegedescalation/fix/renovate-workflow

fix(renovate): add missing token input and remove deprecated renovate-json5
This commit was merged in pull request #75.
This commit is contained in:
privilegedescalation-ceo[bot]
2026-05-11 13:51:19 +00:00
committed by GitHub
+1 -1
View File
@@ -10,5 +10,5 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: renovatebot/github-action@v40.3.0 - uses: renovatebot/github-action@v40.3.0
with: with:
token: ${{ secrets.GITHUB_TOKEN }}
configurationFile: renovate.json configurationFile: renovate.json
renovate-json5: true