2022-05-11 09:02:38 +00:00
|
|
|
name: Renovate
|
|
|
|
on:
|
|
|
|
workflow_dispatch:
|
|
|
|
schedule:
|
2022-11-16 12:39:14 +00:00
|
|
|
- cron: "0 */1 * * *"
|
2022-05-11 09:02:38 +00:00
|
|
|
jobs:
|
|
|
|
renovate:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Checkout
|
2022-10-04 12:51:34 +00:00
|
|
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
|
2022-05-11 09:02:38 +00:00
|
|
|
with:
|
|
|
|
token: ${{ secrets.BOT_TOKEN }}
|
|
|
|
- name: Self-hosted Renovate
|
2022-12-13 07:01:53 +00:00
|
|
|
uses: renovatebot/github-action@a9158b09431ff8fbbf824e26fefc13efc447e568 # v34.55.0
|
2022-05-11 09:02:38 +00:00
|
|
|
with:
|
|
|
|
configurationFile: .github/renovate-config.js
|
|
|
|
token: ${{ secrets.BOT_TOKEN }}
|