Project / Renovate #26558
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |