From 024b08d61da25ad78e71f666d41c980d6c6a3fe4 Mon Sep 17 00:00:00 2001 From: Paul Whalen Date: Mon, 2 Dec 2024 21:24:58 -0500 Subject: [PATCH] Configure dependabot for submodule updates Signed-off-by: Paul Whalen --- .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 0000000..afb25fb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "Submodule Update: " + reviewers: + - "fedora-iot/iot-team"