diff options
author | Valentin Popov <valentin@popov.link> | 2025-05-23 14:52:02 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-05-23 14:52:02 +0300 |
commit | cf5901f8c157d0607f23caf2fb23c1db4d4890b4 (patch) | |
tree | 6b7c9fe82c7a090eeb9879e5042e34424ab28a96 | |
parent | 547b00839898e66acc9fecf7fb93aa24ea723404 (diff) | |
download | popov.link-cf5901f8c157d0607f23caf2fb23c1db4d4890b4.tar.xz popov.link-cf5901f8c157d0607f23caf2fb23c1db4d4890b4.zip |
Update Renovate configuration to use the full container image for enhanced functionality during dependency updates.
-rw-r--r-- | .gitea/workflows/renovate.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 1e87ce3..3d8fca8 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -7,7 +7,7 @@ on: jobs: renovate: - container: ghcr.io/renovatebot/renovate:40 + container: ghcr.io/renovatebot/renovate:40-full runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -16,5 +16,4 @@ jobs: RENOVATE_CONFIG_FILE: renovate.config.cjs RENOVATE_REPOSITORIES: ${{ gitea.repository }} RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} - RENOVATE_GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }} LOG_LEVEL: debug |