Skip to content

Renovate

Renovate #1771

name: Renovate
on:
workflow_dispatch:
# push:
schedule:
# # The "*" (#42, asterisk) character has special semantics in YAML, so this
# # string has to be quoted.
- cron: '0/15 * * * *'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
token: ${{ secrets.RENOVATE_TOKEN }}
configurationFile: config.js
#renovate-version: 36.44.1
env:
LOG_LEVEL: 'debug'