renovatebot-github/.github/workflows/renovate.yml

19 lines
562 B
YAML

name: Renovate
on:
schedule:
# The "*" (#42, asterisk) character has special semantics in YAML, so this
# string has to be quoted.
- cron: '*/15 * * * *'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v34.82.0
with:
configurationFile: solr/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
env:
RENOVATE_FORK_TOKEN: ${{ secrets.RENOVATE_FORK_TOKEN }}