From ac283ef896fbd37ff6c981e9f02d90eb727d79ea Mon Sep 17 00:00:00 2001 From: Shruthi Kumar Date: Tue, 20 Aug 2024 15:53:48 -0700 Subject: [PATCH] Add dependabot updates for submodules (#50) Signed-off-by: sk593 --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..c2ab670d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file