summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinnovaker <66737976+innovaker@users.noreply.github.com>2021-01-02 14:36:04 +0000
committerPete Johanson <peter@peterjohanson.com>2021-01-07 00:29:48 -0500
commitd9265fa470bb916adf5f52e191db0e735dd67867 (patch)
tree7343d53eaff0f74fffd6f1fad2cf48347e4ffffb
parentf17584ca0ee4d6bbc0893c0a62a0dc2fa293d2b8 (diff)
ci: add dependabot
Checks (daily): - github-actions - npm (docs)
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..1df0848
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ - package-ecosystem: "npm"
+ directory: "/docs"
+ schedule:
+ interval: "daily"