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
|
2023-01-07 17:43:40 +00:00
|
|
|
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
2022-05-11 09:02:38 +00:00
|
|
|
with:
|
|
|
|
token: ${{ secrets.BOT_TOKEN }}
|
|
|
|
- name: Self-hosted Renovate
|
2023-02-05 09:57:25 +00:00
|
|
|
uses: renovatebot/github-action@753250471bd642ce8a8b9d9f83299b316d2586ab # v34.124.1
|
2022-05-11 09:02:38 +00:00
|
|
|
with:
|
|
|
|
configurationFile: .github/renovate-config.js
|
|
|
|
token: ${{ secrets.BOT_TOKEN }}
|