scale-catalog/.github/workflows/renovate.yml

19 lines
533 B
YAML
Raw Normal View History

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@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
2022-06-16 10:29:35 +00:00
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@869d8695e0d504a6cf0038cbfc081b889b5904ed # v34.70.1
2022-06-16 10:29:35 +00:00
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.BOT_TOKEN }}