From 3014354b5290ebaf3fc0cd6db74ebcce23683f7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Tue, 21 Feb 2023 21:50:46 +0100 Subject: [PATCH] Bump renovate version, cron every 30m --- .github/workflows/renovate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index c8387657..c0706bdb 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -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 }}