Create dependabot.yml (#10593)

This commit is contained in:
XLion 2025-01-26 14:18:26 +08:00 committed by GitHub
parent 7aa4592669
commit fc2e27bcf0
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"