Renovate via Actions.
Some checks failed
/ Renovate (push) Failing after 18s

This commit is contained in:
Joseph Hanson 2024-05-15 06:40:44 -05:00
parent 616260ae4d
commit 3ce3946e16
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 14 additions and 8 deletions

View file

@ -0,0 +1,14 @@
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-config.json5
token: "${{ secrets.RENOVATE_TOKEN }}"

View file

@ -1,8 +0,0 @@
on: [push]
jobs:
ls:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: |
ls ${{ github.workspace }}