From 63d16f9d4ce8b816f096181f2bc1f9267135254b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Fri, 24 Feb 2023 10:57:14 +0100 Subject: [PATCH] Back to every 2nd hour schedule for the bot --- .github/workflows/renovate.yml | 2 +- solr/renovate-config.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index c5625aa6..6236dfb7 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -2,7 +2,7 @@ name: Renovate on: schedule: # Run every 2nd hour - - cron: '*/15 * * * *' + - cron: '0 */2 * * *' jobs: renovate: runs-on: ubuntu-latest diff --git a/solr/renovate-config.js b/solr/renovate-config.js index 4db0c1aa..52109db4 100644 --- a/solr/renovate-config.js +++ b/solr/renovate-config.js @@ -5,8 +5,7 @@ module.exports = { platform: 'github', includeForks: false, repositories: [ - 'apache/solr', - 'cominvent/solr-playground' + 'apache/solr' ], allowedPostUpgradeCommands: ["./gradlew.*"] };