mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
Back to every 2nd hour schedule for the bot
This commit is contained in:
parent
7d6f53bf57
commit
63d16f9d4c
2 changed files with 2 additions and 3 deletions
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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.*"]
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue