diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml deleted file mode 100644 index 7e9aee7..0000000 --- a/.gitea/workflows/renovate.yaml +++ /dev/null @@ -1,18 +0,0 @@ -name: renovate - -on: - workflow_dispatch: - schedule: - - cron: "@daily" - -jobs: - renovate: - runs-on: ubuntu-latest - container: ghcr.io/renovatebot/renovate:41.1.3 - steps: - - uses: https://gitea.com/actions/checkout@v4 - - run: renovate - env: - RENOVATE_CONFIG_FILE: "/workspace/Boria138/PortProtonQt/config.js" - LOG_LEVEL: "debug" - RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}