summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-08-20 00:22:29 +0900
committerGitHub <noreply@github.com>2021-08-20 00:22:29 +0900
commit60e768436e4981543993ee74241e599fb5ae3d7f (patch)
tree7bae2f20dbfe7630cb63d4e3f61101c29a900271 /.github
parentupdate deps (diff)
downloadsharkey-60e768436e4981543993ee74241e599fb5ae3d7f.tar.gz
sharkey-60e768436e4981543993ee74241e599fb5ae3d7f.tar.bz2
sharkey-60e768436e4981543993ee74241e599fb5ae3d7f.zip
Create dependabot.yml
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000000..8abca405fb
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,11 @@
+# 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: "/" # Location of package manifests
+ schedule:
+ interval: "daily"