chore(renovate): add self-hosted Renovate GitHub Action workflow #64

Merged
privilegedescalation-engineer[bot] merged 2 commits from gandalf/add-renovate-github-action into main 2026-05-06 15:12:31 +00:00
Showing only changes of commit 9d3aba6a01 - Show all commits
+3 -3
View File
@@ -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