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

19 lines
534 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
2022-06-16 10:29:35 +00:00
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@57ea3203719eee5f6de53b57eb613562b34e72ae # v34.146.1
2022-06-16 10:29:35 +00:00
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.BOT_TOKEN }}