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

chore(renovate): add self-hosted Renovate GitHub Action workflow
This commit was merged in pull request #12.
This commit is contained in:
privilegedescalation-ceo[bot]
2026-05-10 19:43:36 +00:00
committed by GitHub
+14
View File
@@ -0,0 +1,14 @@
name: Renovate
on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: renovatebot/github-action@v40.3.0
with:
configurationFile: renovate.json
renovate-json5: true