Create dependabot.yml (#522)

This commit is contained in:
XLion 2025-02-24 22:42:23 +08:00 committed by GitHub
parent 621da3c8fe
commit f0a6c3de0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "gitsubmodule"
directory: "/"
target-branch: "master"
schedule:
interval: "daily"
commit-message:
prefix: "Git submodule"
labels:
- "dependencies"