diff options
author | Valentin Popov <valentin@popov.link> | 2025-06-06 02:10:57 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-06-06 02:12:22 +0300 |
commit | 81bcfbdc654f9da9f4c99b0d16fc1217eec0a8e4 (patch) | |
tree | c6fe7fdc94c3d679911a8d22d0d58e09524b887d /.gitea/workflows/renovate.yml | |
parent | 4266100d7f52c440fc94cb02ed12deda14178548 (diff) | |
download | popov.link-81bcfbdc654f9da9f4c99b0d16fc1217eec0a8e4.tar.xz popov.link-81bcfbdc654f9da9f4c99b0d16fc1217eec0a8e4.zip |
Migrate from Gitea Actions to GitHub Actions
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 }} |