diff options
author | crupest <crupest@outlook.com> | 2021-01-29 23:50:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 23:50:57 +0800 |
commit | 1fc52739dc72549c6192362e4e4d9f3ff356b9ca (patch) | |
tree | 6047cd01ae871b49124730f5a87c1a76db4763ca /.github/dependabot.yml | |
parent | 30ccf5659fa68c693190e05448b60ee6b4eba33d (diff) | |
download | timeline-1fc52739dc72549c6192362e4e4d9f3ff356b9ca.tar.gz timeline-1fc52739dc72549c6192362e4e4d9f3ff356b9ca.tar.bz2 timeline-1fc52739dc72549c6192362e4e4d9f3ff356b9ca.zip |
Update dependabot.yml
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cc474e42..470d121d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,4 @@ updates: directory: "/FrontEnd" # Location of package manifests schedule: interval: "daily" - open-pull-requests-limit: 0 + open-pull-requests-limit: 20 |