Skip to content

Renovate-9x

Renovate-9x #1177

Workflow file for this run

name: Renovate-9x
on:
schedule:
# Run every 4th hour
- cron: '0 */6 * * *'
# Or run on demand
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
- name: Self-hosted Renovate
uses: renovatebot/github-action@v43.0.9
with:
configurationFile: solr/renovate-config-9x.js
renovate-image: cominvent/renovate
renovate-version: 43.170.18-full
token: ${{ secrets.RENOVATE_TOKEN }}
env:
RENOVATE_FORK_TOKEN: ${{ secrets.RENOVATE_FORK_TOKEN }}
LOG_LEVEL: "debug"
RENOVATE_DOCKER_USER: "1000:0"
RENOVATE_BINARY_SOURCE: "global"
RENOVATE_PR_FOOTER: "This PR has been generated by [Renovate Bot](https://github.com/solrbot/renovate-github-action)"