appstore-1panel/.github/workflows/renovate.yml
renovate[bot] a7cbd7f08f
chore(deps): update renovatebot/github-action action to v39 (#230)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-01 15:35:30 +08:00

26 lines
502 B
YAML

name: Renovate
on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
workflow_dispatch:
inputs:
manual-trigger:
description: 'Manually trigger Renovate'
default: ''
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3.5.3
- name: Run Renovate
uses: renovatebot/github-action@v39.0.1
with:
useSlim: false
token: ${{ secrets.GITHUBTOKEN }}