appstore-1panel/.github/workflows/renovate.yml
renovate[bot] 0cd96c9788
chore(deps): update renovatebot/github-action action to v38.1.11 (#203)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-06 10:03:40 +08:00

26 lines
503 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@v38.1.11
with:
useSlim: false
token: ${{ secrets.GITHUBTOKEN }}