From 3142c9b921b6a079335665ae62a02e2ce959585e Mon Sep 17 00:00:00 2001 From: Mathieu Soysal <43273304+MathieuSoysal@users.noreply.github.com> Date: Fri, 16 Feb 2024 09:00:13 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Add=20dependabot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f33a02c..5d6545b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,7 @@ updates: directory: "/" schedule: interval: weekly + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file