diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0384a39968e924aa0d00a2112b8959b22b507609..15899ab94a0c294ecc23371d8e91dd3c0d16413c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
       - id: trailing-whitespace
 
   - repo: https://github.com/adrienverge/yamllint
-    rev: v1.25.0
+    rev: v1.26.1
     hooks:
       - id: yamllint
 
@@ -62,7 +62,7 @@ repos:
           - pyroma
 
   - repo: https://gitlab.com/pycqa/flake8.git
-    rev: 3.8.4
+    rev: 3.9.1
     hooks:
       - id: flake8
         exclude: *excluded_pythonscripts
@@ -73,7 +73,7 @@ repos:
           - flake8-bugbear
 
   - repo: https://github.com/Yelp/detect-secrets.git
-    rev: v0.14.3
+    rev: v1.1.0
     hooks:
       - id: detect-secrets
         exclude: rabbitmqadmin|\.config/git/config|Pipfile\.lock
@@ -90,7 +90,7 @@ repos:
         types: [text]
 
   - repo: https://github.com/shellcheck-py/shellcheck-py.git
-    rev: v0.7.1.1
+    rev: v0.7.2.1
     hooks:
       - id: shellcheck
         exclude: *excluded_shellscripts
@@ -100,6 +100,14 @@ repos:
         types: [text]
 
   - repo: https://github.com/executablebooks/mdformat.git
-    rev: 0.5.3
+    rev: 0.7.4
     hooks:
       - id: mdformat
+
+  - repo: https://gitlab.com/devopshq/gitlab-ci-linter
+    rev: v1.0.3
+    hooks:
+      - id: gitlab-ci-linter
+        args:
+          - "--server"
+          - https://git.shore.co.il