diff --git a/.forgejo/workflows/renovate.yml b/.forgejo/workflows/renovate.yml index 6507b8c..5ef95ef 100644 --- a/.forgejo/workflows/renovate.yml +++ b/.forgejo/workflows/renovate.yml @@ -1,4 +1,4 @@ -name: renovate +name: Renovate on: schedule: @@ -10,11 +10,14 @@ on: jobs: renovate: - runs-on: ubuntu-latest + name: Run + runs-on: docker container: ghcr.io/renovatebot/renovate:38.116.0 steps: - - uses: actions/checkout@v4 - - run: renovate + - name: Checkout + uses: actions/checkout@v4 + - name: Run Renovate + run: renovate env: RENOVATE_CONFIG_FILE: "/workspace/CoastalCommits/renovte-config/config.js" LOG_LEVEL: "debug"