Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #82 from tumido/renovate-autocommit-pre-commit
Browse files Browse the repository at this point in the history
chore(renovate): autocommit pre-commit changes
  • Loading branch information
schwesig authored Aug 8, 2023
2 parents 660a3b8 + c3faa01 commit 4000b91
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/workflows/update-renovate-prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Update renovate PRs

on:
push:
branches:
- 'renovate/**'

jobs:
check-metadata:
runs-on: ubuntu-latest

permissions:
contents: write
id-token: write

env:
GO111MODULE: on
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
with:
ref: ${{ github.head_ref }}

- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
with:
python-version: 3.7

- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
with:
go-version: ^1

- name: Setup helm-docs
run: go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest

- name: Run pre-commit
uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507 # renovate: tag=v3.0.0
continue-on-error: true

- name: Setup Gitsign
uses: chainguard-dev/actions/setup-gitsign@main

- name: Commit pre-commit changes
uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4
with:
commit_message: Apply pre-commit changes
commit_options: '-s'

0 comments on commit 4000b91

Please sign in to comment.