scale-catalog/truetool/.github/workflows/renovate.yml
Kjeld Schouten-Lebbing 8ac7f0fb9c move to truetool folder
2023-03-16 09:47:07 +01:00

19 lines
532 B
YAML

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
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@927d318430b8127887559d9721fdfcaaa4646fb9 # v35.2.0
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.BOT_TOKEN }}