-
Notifications
You must be signed in to change notification settings - Fork 8
32 lines (28 loc) · 1.13 KB
/
renovate.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: renovate
on:
workflow_dispatch:
schedule:
- cron: '0 */6 * * *'
jobs:
helm-releases:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Install yq
run: |
sudo wget -O /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.43.1/yq_linux_amd64
sudo chmod +x /usr/local/bin/yq
- name: Create pull request for HelmRelease annotations
uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
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 <[email protected]>
labels: renovate/helm-release-annotations