Skip to content

renovate

renovate #3054

Workflow file for this run

name: renovate
on:
workflow_dispatch:
schedule:
- cron: '0 */6 * * *'
jobs:
helm-releases:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Install yq
run: |
sudo wget -O /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.53.3/yq_linux_amd64
sudo chmod +x /usr/local/bin/yq
- name: Create pull request for HelmRelease annotations
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: helm-release-annotations
title: "[renovate] create helmrelease annotations [ci-skip]"
signoff: true
committer: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
author: "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
commit-message: Create renovatebot helmrelease annotations
body: |
Signed-off-by: Winston R. Milling <wrmilling@users.noreply.github.com>
labels: renovate/helm-release-annotations