diff options
| author | mo khan <mo@mokhan.ca> | 2021-02-04 21:46:39 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-02-04 21:46:39 -0700 |
| commit | 74c7c6c989539cb5ff8c3ecfe6a181e9f23f1917 (patch) | |
| tree | 4d534263e7b6ac95a0deb45012446f16da19448a /.github | |
| parent | 7bc5e33e59c5218fc06c7fad119f1faa9a05e23f (diff) | |
chore: configure dependabot
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 9 |
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" |
