mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
Bump renovate version, cron every 30m
This commit is contained in:
parent
c0472c1c55
commit
3014354b52
1 changed files with 2 additions and 2 deletions
4
.github/workflows/renovate.yml
vendored
4
.github/workflows/renovate.yml
vendored
|
|
@ -3,7 +3,7 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
# The "*" (#42, asterisk) character has special semantics in YAML, so this
|
# The "*" (#42, asterisk) character has special semantics in YAML, so this
|
||||||
# string has to be quoted.
|
# string has to be quoted.
|
||||||
- cron: '*/5 * * * *'
|
- cron: '*/30 * * * *'
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3.3.0
|
uses: actions/checkout@v3.3.0
|
||||||
- name: Self-hosted Renovate
|
- name: Self-hosted Renovate
|
||||||
uses: renovatebot/github-action@v34.143.1
|
uses: renovatebot/github-action@v34.147.0
|
||||||
with:
|
with:
|
||||||
configurationFile: solr/renovate-config.js
|
configurationFile: solr/renovate-config.js
|
||||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue