commit 898b3a6ecce3a81196467cd7dd41cb984362d3db parent c4c99b1fbd448bffc560296798647631b9144de8 Author: MTRNord <MTRNord@users.noreply.github.com> Date: Sun, 7 Dec 2025 21:45:56 +0100 only use hosted Signed-off-by: MTRNord <MTRNord@users.noreply.github.com> Diffstat:
| D | .github/workflows/renovate.yaml | | | 50 | -------------------------------------------------- |
1 file changed, 0 insertions(+), 50 deletions(-)
diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml @@ -1,50 +0,0 @@ -name: Renovate - -on: - schedule: - # Run every day at 2:00 AM UTC - - cron: '0 2 * * *' - workflow_dispatch: - inputs: - logLevel: - description: 'Log level' - required: false - default: 'info' - type: choice - options: - - info - - debug - - trace - dryRun: - description: 'Dry run' - required: false - default: 'false' - type: choice - options: - - 'true' - - 'false' - -permissions: - contents: write - pull-requests: write - issues: write - -jobs: - renovate: - name: Renovate Dependencies - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - - - name: Self-hosted Renovate - uses: renovatebot/github-action@5712c6a41dea6cdf32c72d92a763bd417e6606aa # v44.0.5 - with: - configurationFile: .github/renovate.json - token: ${{ secrets.RENOVATE_TOKEN || secrets.GITHUB_TOKEN }} - env: - LOG_LEVEL: ${{ inputs.logLevel || 'info' }} - RENOVATE_DRY_RUN: ${{ inputs.dryRun || 'false' }} - RENOVATE_AUTODISCOVER: 'false' - RENOVATE_BASE_BRANCHES: 'main' - RENOVATE_GIT_AUTHOR: 'Renovate Bot <bot@renovateapp.com>'