feat: rename workflows (#109)

This commit is contained in:
zhengkunwang223
2023-06-01 22:55:55 +08:00
committed by GitHub
parent 24caca1219
commit f5ce991462
3 changed files with 0 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
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.3.0
- name: Run Renovate
uses: renovatebot/github-action@v38.1.0
with:
useSlim: false
token: ${{ secrets.GITHUBTOKEN }}