From c56c0c6f66292ce5ddc9d56d0b714f784a01cfcf Mon Sep 17 00:00:00 2001 From: OpenCode Cabillot Date: Sun, 2 Aug 2026 23:47:44 +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..ec56d3b --- /dev/null +++ b/.gitea/workflows/renovate.yaml @@ -0,0 +1,12 @@ +name: Renovate + +on: + push: + branches: + - main + workflow_dispatch: + +jobs: + renovate: + uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main + secrets: inherit