From db3cadfccff916c9afdcd7879c49b3ac20943676 Mon Sep 17 00:00:00 2001 From: naijun0403 Date: Fri, 20 Jun 2025 11:59:16 +0900 Subject: [PATCH] renovate: add gitea config --- .gitea/workflows/renovate.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitea/workflows/renovate.yml diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml new file mode 100644 index 0000000..02eac29 --- /dev/null +++ b/.gitea/workflows/renovate.yml @@ -0,0 +1,19 @@ +name: renovate +on: + schedule: + - cron: "@daily" + push: + branches: + - main +jobs: + renovate: + runs-on: ubuntu-latest + container: ghcr.io/renovatebot/renovate:latest + steps: + - uses: actions/checkout@v4 + - run: renovate + env: + RENOVATE_CONFIG_FILE: "/workspace/naijun0403/renovate-config/config.js" + LOG_LEVEL: "debug" + RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} + GITHUB_COM_TOKEN: ${{ secrets.TOKEN_GITHUB }} \ No newline at end of file