Renovate as a container.
Some checks failed
/ Renovate (push) Failing after 1s

This commit is contained in:
Joseph Hanson 2024-05-15 06:59:16 -05:00
parent 6b1331a370
commit 31d4da4fc9
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 21 additions and 14 deletions

View file

@ -1,14 +0,0 @@
on: [push]
jobs:
renovate:
name: Renovate
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Renovate
uses: https://github.com/renovatebot/github-action@v40.1.11
with:
configurationFile: .forgejo/renovate.json5
token: "${{ secrets.RENOVATE_TOKEN }}"

View file

@ -0,0 +1,21 @@
on: [push]
jobs:
renovate:
name: Renovate
runs-on: ubuntu-latest
container:
image: ghcr.io/visualon/renovate:37.363.4@sha256:8c6e868c1ff7190f243d20dbeef44c86fc9b1dcdf344c4ece45facdfe3416cb7
steps:
- name: Checkout
uses: actions/checkout@v3
with:
show-progress: false
- name: Renovate
uses: ./.forgejo/actions/renovate
with:
endpoint: ${{ github.server_url }}
token: ${{ secrets.RENOVATE_TOKEN }}
github-token: ${{ secrets.GH_TOKEN }}
args: ${{ github.repository }}
save-cache: false