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: on:
schedule: schedule:
# Run every 2nd hour # Run every 2nd hour
- cron: '*/15 * * * *' - cron: '0 */2 * * *'
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

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