appstore-1panel/.github/workflows/renovate.yml

23 lines
553 B
YAML
Raw Permalink Normal View History

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