mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
Upgrade to v37.214.0, run every 4th hour
This commit is contained in:
parent
53d24942f6
commit
59c821ba16
1 changed files with 4 additions and 4 deletions
8
.github/workflows/renovate.yml
vendored
8
.github/workflows/renovate.yml
vendored
|
|
@ -1,8 +1,8 @@
|
||||||
name: Renovate
|
name: Renovate
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Run every 2nd hour
|
# Run every 4th hour
|
||||||
- cron: '0 */2 * * *'
|
- cron: '0 */4 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -10,10 +10,10 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4.1.1
|
||||||
- name: Self-hosted Renovate
|
- name: Self-hosted Renovate
|
||||||
uses: renovatebot/github-action@v39.2.4
|
uses: renovatebot/github-action@v40.1.2
|
||||||
with:
|
with:
|
||||||
configurationFile: solr/renovate-config.js
|
configurationFile: solr/renovate-config.js
|
||||||
renovate-version: 37.100.0-full
|
renovate-version: 37.214.0-full
|
||||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||||
env:
|
env:
|
||||||
RENOVATE_FORK_TOKEN: ${{ secrets.RENOVATE_FORK_TOKEN }}
|
RENOVATE_FORK_TOKEN: ${{ secrets.RENOVATE_FORK_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue