mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
Prepare for running on main Solr repo. Schedule every 2nd hour.
This commit is contained in:
parent
9ec3f70e5f
commit
5772e7de75
2 changed files with 6 additions and 7 deletions
7
.github/workflows/renovate.yml
vendored
7
.github/workflows/renovate.yml
vendored
|
|
@ -1,9 +1,8 @@
|
||||||
name: Renovate
|
name: Renovate
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# The "*" (#42, asterisk) character has special semantics in YAML, so this
|
# Run every 2nd hour
|
||||||
# string has to be quoted.
|
- cron: '0 */2 * * *'
|
||||||
- cron: '0 * * * *'
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -18,6 +17,6 @@ jobs:
|
||||||
useSlim: false
|
useSlim: false
|
||||||
env:
|
env:
|
||||||
RENOVATE_FORK_TOKEN: ${{ secrets.RENOVATE_FORK_TOKEN }}
|
RENOVATE_FORK_TOKEN: ${{ secrets.RENOVATE_FORK_TOKEN }}
|
||||||
LOG_LEVEL: "debug"
|
LOG_LEVEL: "info"
|
||||||
RENOVATE_DOCKER_USER: "1000:0"
|
RENOVATE_DOCKER_USER: "1000:0"
|
||||||
RENOVATE_BINARY_SOURCE: "global"
|
RENOVATE_BINARY_SOURCE: "global"
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
gitAuthor: 'SolrBot <solrbot@cominvent.com>',
|
gitAuthor: 'SolrBot <solrbot@solr.apache.org>',
|
||||||
onboarding: false,
|
onboarding: false,
|
||||||
requireConfig: "optional",
|
requireConfig: "required",
|
||||||
platform: 'github',
|
platform: 'github',
|
||||||
includeForks: false,
|
includeForks: false,
|
||||||
repositories: [
|
repositories: [
|
||||||
'cominvent/solr-playground'
|
'apache/solr'
|
||||||
],
|
],
|
||||||
allowedPostUpgradeCommands: ["./gradlew.*"]
|
allowedPostUpgradeCommands: ["./gradlew.*"]
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue