aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-01-29 23:37:16 +0800
committerGitHub <noreply@github.com>2021-01-29 23:37:16 +0800
commit01a17f1e0ec272b9ff771a4c8573978ff8790bfd (patch)
tree04a6aeb1a0e9be85b1f9579825e4a03f87c6abc5
parentcc08d98c5e170406b104cadb71add94010c59dae (diff)
downloadtimeline-01a17f1e0ec272b9ff771a4c8573978ff8790bfd.tar.gz
timeline-01a17f1e0ec272b9ff771a4c8573978ff8790bfd.tar.bz2
timeline-01a17f1e0ec272b9ff771a4c8573978ff8790bfd.zip
Create dependabot.yml
-rw-r--r--.github/dependabot.yml12
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