From cabe52fdb97a3e0db8bbbad1e149b03caeb353b7 Mon Sep 17 00:00:00 2001 From: "Shankar D. Warang" Date: Fri, 23 Aug 2024 01:54:58 +0530 Subject: [PATCH] enable dependabot --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aaf1019..bf2c6bc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,10 @@ version: 2 updates: - package-ecosystem: github-actions - directory: '/' + directory: "/" schedule: - interval: daily + interval: "daily" + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "daily"