ci(github-action): 增加 Dependabot 配置文件.

使用 Dependabot 来自动检查依赖新版本, 减轻工作量.
This commit is contained in:
LamGC 2023-02-21 10:51:30 +08:00 committed by GitHub
parent bf2ea9a367
commit 651569dc8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,33 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gradle"
directory: "/scalabot-app"
schedule:
interval: "weekly"
- package-ecosystem: "gradle"
directory: "/scalabot-meta"
schedule:
interval: "weekly"
- package-ecosystem: "gradle"
directory: "/scalabot-extension"
schedule:
interval: "weekly"
- package-ecosystem: "gradle"
directory: "/scalabot-ext-example"
schedule:
interval: "weekly"