summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-02-04 21:46:39 -0700
committermo khan <mo@mokhan.ca>2021-02-04 21:46:39 -0700
commit74c7c6c989539cb5ff8c3ecfe6a181e9f23f1917 (patch)
tree4d534263e7b6ac95a0deb45012446f16da19448a /.github
parent7bc5e33e59c5218fc06c7fad119f1faa9a05e23f (diff)
chore: configure dependabot
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..7824b5f
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,9 @@
+---
+version: 2
+updates:
+ - package-ecosystem: "bundler"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ assignees:
+ - "xlgmokha"