appstore-1panel/.github/workflows/renovate.yml
renovate[bot] 376b95b8ab
chore(deps): update renovatebot/github-action action to v40.1.6 (#1143)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-25 15:19:55 +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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Run Renovate
uses: renovatebot/github-action@23b01dbf6f38965076a36aff87f802263164f204 # v40.1.6
with:
useSlim: false
token: ${{ secrets.GITHUBTOKEN }}