From ad819d956024def0098ade2d2544bdb1c0316f13 Mon Sep 17 00:00:00 2001 From: Andy Jewell Date: Thu, 5 Dec 2024 13:39:00 -0500 Subject: [PATCH] chore: add dependabot for rust --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b7567b9cf..53858cbb4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,3 +20,7 @@ updates: directory: ".github/workflows" schedule: interval: "daily" + - package-ecosystem: "cargo" + directory: "DynamoDbEncryption/runtimes/rust" + schedule: + interval: "daily"