From b7f8f036d8eefaa8e83e931f686152ce4407582c Mon Sep 17 00:00:00 2001 From: Steve Nguyen Date: Fri, 16 Aug 2024 11:02:02 +0000 Subject: [PATCH] github action --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..9ac75914 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file