From 9c1f2ed63ecb753e896a9e9586f154c607d3bf13 Mon Sep 17 00:00:00 2001 From: "privilegedescalation-engineer[bot]" <269729446+privilegedescalation-engineer[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 10:51:37 +0000 Subject: [PATCH] chore(renovate): add self-hosted Renovate GitHub Action workflow --- .github/workflows/renovate.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/renovate.yml diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml new file mode 100644 index 0000000..0e3c0c3 --- /dev/null +++ b/.github/workflows/renovate.yml @@ -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 + with: + token: ${{ secrets.GITHUB_TOKEN }}