Back to every 2nd hour schedule for the bot

This commit is contained in:
Jan Høydahl 2023-02-24 10:57:14 +01:00
parent 7d6f53bf57
commit 63d16f9d4c
2 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@ name: Renovate
on:
schedule:
# Run every 2nd hour
- cron: '*/15 * * * *'
- cron: '0 */2 * * *'
jobs:
renovate:
runs-on: ubuntu-latest

View file

@ -5,8 +5,7 @@ module.exports = {
platform: 'github',
includeForks: false,
repositories: [
'apache/solr',
'cominvent/solr-playground'
'apache/solr'
],
allowedPostUpgradeCommands: ["./gradlew.*"]
};