Skip to content

Commit

Permalink
Add renovatebot
Browse files Browse the repository at this point in the history
Signed-off-by: Chenxiong Qi <qcxhome@gmail.com>
  • Loading branch information
tkdchen committed Nov 26, 2023
1 parent f78c20d commit f84e792
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deps.yaml
@@ -0,0 +1,16 @@
name: Renovate

on:
schedule:
- cron: '38 14 * * *'

jobs:
linters:
name: Run renovate check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: renovatebot/github-action@v39.1.3
with:
renovate-version: 37.68.3
token: ${{ secrets.RENOVATE_TOKEN }}

0 comments on commit f84e792

Please sign in to comment.