Create dependabot.yml for submodule updates

This commit is contained in:
Cameron Gutman 2025-07-04 14:46:44 -05:00 committed by GitHub
parent b9cab4cac5
commit 11dc244857
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"