From 0e671309ee058ecd1f1fbdd36a1f3224d26e982f Mon Sep 17 00:00:00 2001 From: Nick Wiltsie Date: Wed, 3 Jan 2024 12:36:01 -0800 Subject: [PATCH] Enable dependabot to keep submodules up-to-date (#109) --- .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..b65abd5d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gitsubmodule" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly"