diff --git a/CHANGELOG.md b/CHANGELOG.md
index b8a21b9bd36a355770ad78f1508b02176ae0ebe9..e05adcf5e055121e1e53ad7df509ce25c35584b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# [1.3.0](https://gitlab.com/to-be-continuous/renovate/compare/1.2.2...1.3.0) (2024-08-23)
+
+
+### Bug Fixes
+
+* remove RENOVATE_PLATFORM as configurable param ([37f1aca](https://gitlab.com/to-be-continuous/renovate/commit/37f1acad5097a5021b4efd7505be1a4f4288a503))
+
+
+### Features
+
+* add $CI_SERVER_FQDN as Renovate registryAlias ([b9705d5](https://gitlab.com/to-be-continuous/renovate/commit/b9705d55b2709bbfe84d88d3575e41602b47adcb))
+
 ## [1.2.2](https://gitlab.com/to-be-continuous/renovate/compare/1.2.1...1.2.2) (2024-05-05)
 
 
diff --git a/README.md b/README.md
index f7389b58fb8bf9c01a56b1c9f4997d1c066146ec..5ac218bcb1f789e09b5294d9ae0e8a9ef705624e 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`:
 ```yaml
 include:
   # include the component
-  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.2.2
+  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.3.0
 ```
 
 ### Use as a CI/CD template (legacy)
diff --git a/templates/gitlab-ci-renovate.yml b/templates/gitlab-ci-renovate.yml
index 43d6312602408f7ee1458e3ec518cb2d74901681..e40803adb2ec190cb2628ebf156a076a9a5b0973 100644
--- a/templates/gitlab-ci-renovate.yml
+++ b/templates/gitlab-ci-renovate.yml
@@ -231,7 +231,7 @@ stages:
   image: $RENOVATE_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "renovate", "1.2.2"]
+      command: ["--service", "renovate", "1.3.0"]
   variables:
     RENOVATE_BASE_DIR: $CI_PROJECT_DIR
     RENOVATE_CACHE_DIR: $CI_PROJECT_DIR/.cache/renovate