From b4b27dd4f111e2207c8d095b67c7091e6c18b1cd Mon Sep 17 00:00:00 2001 From: Xikaro <55663835+Xikaro@users.noreply.github.com> Date: Tue, 1 Oct 2024 02:15:46 +0500 Subject: [PATCH] Create dependabot.yml Signed-off-by: Xikaro <55663835+Xikaro@users.noreply.github.com> --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..d8e682047 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ + +version: 2 +updates: + - package-ecosystem: "" + directory: "/" + schedule: + interval: "weekly"