Configure dependabot for submodule updates

Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>
This commit is contained in:
Paul Whalen 2024-12-02 21:24:58 -05:00
commit 024b08d61d

10
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "Submodule Update: "
reviewers:
- "fedora-iot/iot-team"