theshire/.forgejo/workflows/renovate.yaml

25 lines
655 B
YAML
Raw Normal View History

2024-05-15 07:12:35 -05:00
on:
push:
schedule:
- cron: '*/30 * * * *'
2024-05-15 06:59:16 -05:00
jobs:
renovate:
name: Renovate
runs-on: ubuntu-latest
container:
2024-05-15 07:12:35 -05:00
image: ghcr.io/renovatebot/renovate:37.363.8@sha256:d5d20fda77bffb65bb4099389d6cb064e1e06b085bc547e10330bf82317c9693
2024-05-15 06:59:16 -05:00
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