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

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"