summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatweb Bot2023-03-11 04:06:58 +0000
committerMatweb Bot2023-03-11 04:06:58 +0000
commitc75aa367a099156527e65d4c08c8999093d7c5ef (patch)
treefb03b877678b61f420347d20bd7e32be689e03b8
parent1058471d59dfb3ca740dcf750fd01d9e6d331737 (diff)
RenovateBot: Update renovate/renovate Docker tag to v35
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c11d4af..81f1cfd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,7 +64,7 @@ renovate:
64 variables: 64 variables:
65 RENOVATE_TOKEN: $GITLAB_API_TOKEN 65 RENOVATE_TOKEN: $GITLAB_API_TOKEN
66 image: 66 image:
67 name: renovate/renovate:34 67 name: renovate/renovate:35
68 entrypoint: [''] 68 entrypoint: ['']
69 script: 69 script:
70 - renovate --platform gitlab --endpoint ${CI_API_V4_URL} --token ${GITLAB_API_TOKEN} ${CI_PROJECT_PATH} 70 - renovate --platform gitlab --endpoint ${CI_API_V4_URL} --token ${GITLAB_API_TOKEN} ${CI_PROJECT_PATH}