Adapt for Solr

This commit is contained in:
Jan Høydahl 2023-02-17 01:32:26 +01:00
parent 76c99fbefe
commit 15c48d9217
7 changed files with 47 additions and 190 deletions

19
.github/workflows/renovate.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: Renovate
on:
schedule:
# The "*" (#42, asterisk) character has special semantics in YAML, so this
# string has to be quoted.
- cron: '0/5 * * * *'
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_TOKEN }}