diff options
Diffstat (limited to '.gitea/workflows/renovate.yml')
-rw-r--r-- | .gitea/workflows/renovate.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml deleted file mode 100644 index 29ffa45..0000000 --- a/.gitea/workflows/renovate.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: RenovateBot -on: - schedule: - - cron: "@daily" - -jobs: - renovate: - container: ghcr.io/renovatebot/renovate:40-full - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Run Renovate updates - run: renovate - env: - RENOVATE_CONFIG_FILE: renovate.config.cjs - RENOVATE_REPOSITORIES: ${{ gitea.repository }} - RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} |