appstore-1panel/.github/workflows/renovate.yml
renovate[bot] 2eef4dacbd
chore(deps): update renovatebot/github-action action to v40.2.5 (#1869)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-05 18:18:08 +08:00

23 lines
553 B
YAML

name: Renovate
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
inputs:
manual-trigger:
description: 'Manually trigger Renovate'
default: ''
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Run Renovate
uses: renovatebot/github-action@0c94129d48b4e92addf23686b8a735b3057a0448 # v40.2.5
with:
useSlim: false
token: ${{ secrets.GITHUBTOKEN }}