Add automatic update function for Action component #118

Open
YuZhiYuanDev wants to merge 1 commits from YuZhiYuanDev/new into master

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

@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "Github Actions"
labels:
- "actions"