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
|
||||
on:
|
||||
schedule:
|
||||
# Run every 2nd hour
|
||||
- cron: '0 */2 * * *'
|
||||
# Run every 4th hour
|
||||
- cron: '0 */4 * * *'
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -10,10 +10,10 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.1
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@v39.2.4
|
||||
uses: renovatebot/github-action@v40.1.2
|
||||
with:
|
||||
configurationFile: solr/renovate-config.js
|
||||
renovate-version: 37.100.0-full
|
||||
renovate-version: 37.214.0-full
|
||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
||||
env:
|
||||
RENOVATE_FORK_TOKEN: ${{ secrets.RENOVATE_FORK_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue