From 13bba0543b3ff986af9d85dc60823c6fb0f63737 Mon Sep 17 00:00:00 2001 From: OpenCode Cabillot Date: Sun, 2 Aug 2026 23:42:21 +0000 Subject: [PATCH] ci: add Renovate workflow --- .gitea/workflows/renovate.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitea/workflows/renovate.yaml diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml new file mode 100644 index 0000000..55aa441 --- /dev/null +++ b/.gitea/workflows/renovate.yaml @@ -0,0 +1,12 @@ +name: Renovate + +on: + push: + branches: + - master + workflow_dispatch: + +jobs: + renovate: + uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main + secrets: inherit