From 12456a772179216367d3620f858b0bdca9b60b00 Mon Sep 17 00:00:00 2001 From: loanselot1 Date: Sun, 6 Jun 2021 13:47:18 +0300 Subject: [PATCH] Add DependaBot --- .github/.dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/.dependabot.yml diff --git a/.github/.dependabot.yml b/.github/.dependabot.yml new file mode 100644 index 0000000..f655248 --- /dev/null +++ b/.github/.dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file