Skip to content

renovate

renovate #3964

Workflow file for this run

name: renovate
on:
workflow_dispatch:
schedule:
- cron: '0 */6 * * *'
jobs:
helm-releases:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
with:
token: ${{ secrets.PAT }}
fetch-depth: 1
- name: Install yq
run: |
sudo wget -O /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/3.3.0/yq_linux_amd64
sudo chmod +x /usr/local/bin/yq
- name: Create pull request for HelmRelease annotations
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5
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: Jeff Billimek <[email protected]>
labels: renovate/helm-release-annotations