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.*"] };