From af59f95e9b23b89f8ae069b25fefdae75dec46f1 Mon Sep 17 00:00:00 2001 From: renovate-bot <3+renovate-bot@noreply.git.robonen.ru> Date: Mon, 15 Jun 2026 21:38:01 +0000 Subject: [PATCH] Upload files to ".gitea/workflows" --- .gitea/workflows/renovate.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 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..f3fe503 --- /dev/null +++ b/.gitea/workflows/renovate.yaml @@ -0,0 +1,21 @@ +name: Renovate +on: + schedule: + - cron: '0 */4 * * *' + workflow_dispatch: + push: + branches: [main] + +jobs: + renovate: + runs-on: ubuntu-latest + container: + image: ghcr.io/renovatebot/renovate:43 + steps: + - uses: actions/checkout@v6 + - run: renovate + env: + RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} + RENOVATE_CONFIG_FILE: config.js + GHUB_COM_TOKEN: ${{ secrets.GHUB_COM_TOKEN }} + LOG_LEVEL: info \ No newline at end of file