From a6bab7dd119538f9863583a92cc6d83d41cd8fee Mon Sep 17 00:00:00 2001 From: Giuliano Bellini <100347457+GyulyVGC@users.noreply.github.com> Date: Fri, 14 Apr 2023 10:32:49 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 03db2cb3..74d83c9d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,14 @@ version: 2 updates: + +# Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" +# Maintain dependencies for cargo - package-ecosystem: cargo directory: "/" schedule: