diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8fcd5c6eaad001a9600aea0dfc43b466a3ac24b..09a9855cbeb4d04529473665b2b4b3238c2db5ab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,10 +9,10 @@ include:
     ref: 'master'
     file: '/templates/validation.yml'
   - project: 'to-be-continuous/bash'
-    ref: '3.1.2'
+    ref: '3.1'
     file: 'templates/gitlab-ci-bash.yml'
   - project: 'to-be-continuous/semantic-release'
-    ref: '3.3.1'
+    ref: '3.3'
     file: '/templates/gitlab-ci-semrel.yml'
 
 stages:
diff --git a/renovate.json b/renovate.json
index ec83b8bdf84470efdb62095dd2189d1c3e6d736a..a641afe3809c2508c348c44ef6bf09cf8b6166de 100644
--- a/renovate.json
+++ b/renovate.json
@@ -3,5 +3,13 @@
   "extends": [
     "config:base",
     ":disableDependencyDashboard"
+  ],
+  "packageRules": [
+    {
+      "matchDatasources": [
+        "gitlab-tags"
+      ],
+      "versioning": "docker"
+    }
   ]
 }