diff --git a/.gitlab/dependabot.yml b/.gitlab/dependabot.yml new file mode 100644 index 0000000..744651c --- /dev/null +++ b/.gitlab/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: package-manager + directory: / + schedule: + interval: daily \ No newline at end of file diff --git a/iris.py b/test/iris.py similarity index 100% rename from iris.py rename to test/iris.py