diff options
author | crupest <crupest@outlook.com> | 2021-01-29 23:37:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 23:37:16 +0800 |
commit | bdc4031cc6191000786051c3861433ea4c2842d5 (patch) | |
tree | 3aab06155631e94ec8c3340ec94ad6426c865a2e | |
parent | 5b3c461d7fd5418f27606cc04b08aa52df010687 (diff) | |
download | timeline-bdc4031cc6191000786051c3861433ea4c2842d5.tar.gz timeline-bdc4031cc6191000786051c3861433ea4c2842d5.tar.bz2 timeline-bdc4031cc6191000786051c3861433ea4c2842d5.zip |
Create dependabot.yml
-rw-r--r-- | .github/dependabot.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..cc474e42 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "npm" # See documentation for possible values + directory: "/FrontEnd" # Location of package manifests + schedule: + interval: "daily" + open-pull-requests-limit: 0 |