Bump renovate version, cron every 30m

This commit is contained in:
Jan Høydahl 2023-02-21 21:50:46 +01:00
parent c0472c1c55
commit 3014354b52

View file

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