From a0532a14d45616faf6eb861c10623d717796f27b Mon Sep 17 00:00:00 2001
From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com>
Date: Sat, 9 Sep 2023 00:06:17 +0200
Subject: [PATCH] fix typo in folder name

---
 .gitlab-ci.yml                                                | 1 +
 .../depandabot/CHANGELOG.md                                   | 4 +++-
 .../depandabot/README.md                                      | 0
 .../depandabot/compare.py                                     | 0
 .../depandabot/depandabot.yml                                 | 0
 5 files changed, 4 insertions(+), 1 deletion(-)
 rename templates/python/{dependancy_management => dependency_management}/depandabot/CHANGELOG.md (83%)
 rename templates/python/{dependancy_management => dependency_management}/depandabot/README.md (100%)
 rename templates/python/{dependancy_management => dependency_management}/depandabot/compare.py (100%)
 rename templates/python/{dependancy_management => dependency_management}/depandabot/depandabot.yml (100%)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73e24cf..609ac0f 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 b54d613..31e92f0 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
-- 
GitLab