Skip to content

Merge remote-tracking branch 'origin/main' into auto-chart-update #29

Merge remote-tracking branch 'origin/main' into auto-chart-update

Merge remote-tracking branch 'origin/main' into auto-chart-update #29

Workflow file for this run

name: Renovate
on:
push:
branches:
- 'auto-chart-update'
# This lets you dispatch a renovate job with different cache options if you want to reset or disable the cache manually.
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.11
env:
RENOVATE_PRIVATE_KEY: '${{ secrets.RENOVATE_PGP_PRIVATE_KEY }}'
LOG_LEVEL: debug
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
with:
configurationFile: .github/renovate.js
renovate-version: full