ci(github-action): 提高 dependabot 依赖项更新检查的频率

提高检查频率, 以加快新版本的响应.
This commit is contained in:
2023-08-02 17:40:35 +08:00
parent fe9978dbe8
commit 3ea1eec2dd

View File

@ -8,12 +8,12 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
# - package-ecosystem: "gradle"
# directory: "/scalabot-app"