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 | 01a17f1e0ec272b9ff771a4c8573978ff8790bfd (patch) | |
tree | 04a6aeb1a0e9be85b1f9579825e4a03f87c6abc5 | |
parent | cc08d98c5e170406b104cadb71add94010c59dae (diff) | |
download | timeline-01a17f1e0ec272b9ff771a4c8573978ff8790bfd.tar.gz timeline-01a17f1e0ec272b9ff771a4c8573978ff8790bfd.tar.bz2 timeline-01a17f1e0ec272b9ff771a4c8573978ff8790bfd.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 |