docker4martyn/.forgejo/workflows/renovate.yaml

28 lines
625 B
YAML

on:
# workflow_dispatch:
# inputs:
# number1_default:
# description: "Number with default"
# required: false
# default: 100
#schedule:
#- cron: "3 3 * * *"
push:
branches:
- 'main'
jobs:
renovate:
runs-on: docker
container: catthehacker/ubuntu:act-latest
env:
RENOVATE_PLATFORM: 'gitea'
steps:
- name: Checkout
uses: actions/checkout@v4.2.0
- name: Self-hosted Renovate
uses: https://github.com/renovatebot/github-action@v40.2.10
with:
renovate-version: 38.101.1
token: ${{ secrets.RENOVATE_PAT }}