From 238590b3c0ed41a22b5fa4bbea1a4c7b2af137c6 Mon Sep 17 00:00:00 2001 From: Ritvik Kapila Date: Mon, 9 Dec 2024 17:11:30 -0800 Subject: [PATCH] chore(dependabot): Add dependabot for github actions and rust --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..ec7018a0a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: ".github/workflows" + schedule: + interval: "daily" + - package-ecosystem: "cargo" + directory: "AwsEncryptionSDK/runtimes/rust" + schedule: + interval: "daily"