Add Dependabot for submodule updates

This commit is contained in:
Cameron Gutman
2025-10-11 00:15:58 -05:00
parent 44d09aa7e7
commit 0f2b68f68b

9
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,9 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"