From 7439ecd1498e45d328eb7165af65c36fe47f4395 Mon Sep 17 00:00:00 2001 From: Jeff Goeders Date: Thu, 9 Nov 2023 11:57:50 -0700 Subject: [PATCH] Add dependabot for submodules --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..c3bb65a3086 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 + +updates: + + # Monthly update of submodules. + # This dependabot will create a PR if there are any updates to the submodules. + - package-ecosystem: gitsubmodule + schedule: + interval: "monthly" + + # Update all submodules + directory: / \ No newline at end of file