aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2021-05-09 11:26:48 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2021-05-09 11:26:48 +0900
commita4d3779ccbda7883dd0cb2a8958b111407cff12d (patch)
tree7601795cc7bb3610c9b9b992deaa99f8809257ec
parentb912cd536c6edbb023c8d6e7614cc748ce83a48e (diff)
Configure Dependabot v2
-rw-r--r--.github/dependabot.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..d376c5d
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,8 @@
+version: 2
+updates:
+- package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 10
+ versioning-strategy: increase