Skip to content

ALAAF

ALAAF #12

Workflow file for this run

name: Renovate
on:
push:
branches:
- master
# schedule:
# - cron: '0 5 * * *'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}