forked from billimek/k8s-gitops
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (30 loc) · 1.16 KB
/
renovate.yml
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
33
34
name: renovate
on:
workflow_dispatch:
schedule:
- cron: '0 */6 * * *'
jobs:
helm-releases:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
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