generated from terraform-linters/tflint-ruleset-template
-
Notifications
You must be signed in to change notification settings - Fork 0
41 lines (36 loc) · 1.24 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
35
36
37
38
39
40
41
# Copyright (C) Nicolas Lamirault <[email protected]>
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
#
# SPDX-License-Identifier: MPL-2.0
name: Project / Renovate
on:
workflow_dispatch:
schedule:
- cron: "0 * * * *"
jobs:
renovate-helmrelease:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
# - name: Update Helm Releases
# run: |
# docker-compose run -T --rm builder bootstrap/renovate-helm-releases.sh
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: update/pre-commit-auto-update
delete-branch: true
title: Auto-update pre-commit hooks
signoff: true
committer: "Nicolas Lamirault <[email protected]>"
author: "Nicolas Lamirault <[email protected]>"
commit-message: Auto-update pre-commit hooks
body: |
Signed-off-by: Nicolas Lamirault <[email protected]>
labels: dependencies, merge