Update dependabot.yml

This commit is contained in:
ZCShou 2022-06-17 13:24:29 +08:00 committed by GitHub
parent 8797d69058
commit 1107842939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,6 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "Gradle" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
updates:
# Updates for Github Actions used in the repo
- package-ecosystem: "github-actions"
@ -24,6 +19,5 @@ updates:
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 200
reviewers:
- "ZCShou"