From 050893c71bdd1abf4bdd3594872e691be0f5881d Mon Sep 17 00:00:00 2001 From: Hassan Abouelela Date: Thu, 16 Dec 2021 17:39:15 +0300 Subject: Fix Typo In File Name --- .github/dependabot.yml | 6 ++++++ .github/depndabot.yml | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 .github/dependabot.yml delete mode 100644 .github/depndabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..b38df29f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" diff --git a/.github/depndabot.yml b/.github/depndabot.yml deleted file mode 100644 index b38df29f..00000000 --- a/.github/depndabot.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "daily" -- cgit v1.2.3