diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73e24cf6626d8399d1f86a9f99a3f7dcca5dd60e..609ac0fdeb79a8442bac27905de1c93e78b4fd00 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,7 @@ include:
     -   local: 'templates/python/code_quality/isort/isort.yml'
     -   local: 'templates/python/code_quality/mypy/mypy.yml'
     -   local: 'templates/python/code_quality/ruff/ruff.yml'
+    -   local: 'templates/python/dependency_management/depandabot/depandabot.yml'
 
 python_install:
     extends:
diff --git a/templates/python/dependancy_management/depandabot/CHANGELOG.md b/templates/python/dependency_management/depandabot/CHANGELOG.md
similarity index 83%
rename from templates/python/dependancy_management/depandabot/CHANGELOG.md
rename to templates/python/dependency_management/depandabot/CHANGELOG.md
index b54d61309918df99e4b11df0f19a09707f3e250e..31e92f039b5e5f9a1c909308d5e054b6276513e8 100644
--- a/templates/python/dependancy_management/depandabot/CHANGELOG.md
+++ b/templates/python/dependency_management/depandabot/CHANGELOG.md
@@ -1,5 +1,7 @@
 # Changelog
+
 All notable changes to this job will be documented in this file
 
 ## [0.1.0] - 2023-09-05
-* Initial version
\ No newline at end of file
+
+* Initial version
diff --git a/templates/python/dependancy_management/depandabot/README.md b/templates/python/dependency_management/depandabot/README.md
similarity index 100%
rename from templates/python/dependancy_management/depandabot/README.md
rename to templates/python/dependency_management/depandabot/README.md
diff --git a/templates/python/dependancy_management/depandabot/compare.py b/templates/python/dependency_management/depandabot/compare.py
similarity index 100%
rename from templates/python/dependancy_management/depandabot/compare.py
rename to templates/python/dependency_management/depandabot/compare.py
diff --git a/templates/python/dependancy_management/depandabot/depandabot.yml b/templates/python/dependency_management/depandabot/depandabot.yml
similarity index 100%
rename from templates/python/dependancy_management/depandabot/depandabot.yml
rename to templates/python/dependency_management/depandabot/depandabot.yml