2022-06-16 10:29:35 +00:00
|
|
|
name: Renovate
|
|
|
|
on:
|
|
|
|
workflow_dispatch:
|
|
|
|
schedule:
|
|
|
|
- cron: "0 */6 * * *"
|
|
|
|
jobs:
|
|
|
|
renovate:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
|
|
|
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
|
|
|
|
with:
|
|
|
|
token: ${{ secrets.BOT_TOKEN }}
|
|
|
|
- name: Self-hosted Renovate
|
2022-08-10 06:10:31 +00:00
|
|
|
uses: renovatebot/github-action@26a0b952ac06eaefcb28b89aa1a522cb4f759f8f # tag=v32.153.4
|
2022-06-16 10:29:35 +00:00
|
|
|
with:
|
|
|
|
configurationFile: .github/renovate-config.js
|
|
|
|
token: ${{ secrets.BOT_TOKEN }}
|