aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-05-23 14:52:02 +0300
committerValentin Popov <valentin@popov.link>2025-05-23 14:52:02 +0300
commitcf5901f8c157d0607f23caf2fb23c1db4d4890b4 (patch)
tree6b7c9fe82c7a090eeb9879e5042e34424ab28a96
parent547b00839898e66acc9fecf7fb93aa24ea723404 (diff)
downloadpopov.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.yml3
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