Skip to content

Project / Renovate #22480

Project / Renovate

Project / Renovate #22480

Workflow file for this run

# 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