Update .forgejo/workflows/renovate.yml
Some checks failed
Renovate / Run (push) Failing after 36s

This commit is contained in:
cswimr 2024-12-27 10:46:12 -05:00
parent 590c19ca86
commit 028f062678
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F

View file

@ -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"