diff options
author | crupest <crupest@outlook.com> | 2021-11-17 19:54:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 19:54:36 +0800 |
commit | 55516042aab1a7ee650ea4dc642bccca21e9b4d7 (patch) | |
tree | d1f69bc7dc04e77c43838a81f7a2035c3e21cabf /.github/dependabot.yml | |
parent | e2536db1de63839d6046ae0a2fa62a0159c32e1e (diff) | |
download | timeline-55516042aab1a7ee650ea4dc642bccca21e9b4d7.tar.gz timeline-55516042aab1a7ee650ea4dc642bccca21e9b4d7.tar.bz2 timeline-55516042aab1a7ee650ea4dc642bccca21e9b4d7.zip |
Disable dependabot.
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 470d121d..cc474e42 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: 20 + open-pull-requests-limit: 0 |