Skip to content

Renovate

Renovate #6

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 5 * * *' # daily at 5am UTC
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run Renovate
uses: renovatebot/[email protected]
with:
token: ${{ secrets.ES_GITHUB_PAT }}
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}