From 840e246ca9b1420448ac55a0d06a2451c818ba5b Mon Sep 17 00:00:00 2001 From: jung-geun Date: Sat, 9 Mar 2024 14:42:30 +0900 Subject: [PATCH] =?UTF-8?q?iris.py=20=ED=8C=8C=EC=9D=BC=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab/dependabot.yml | 6 ++++++ iris.py => test/iris.py | 0 2 files changed, 6 insertions(+) create mode 100644 .gitlab/dependabot.yml rename iris.py => test/iris.py (100%) 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