From d6348ea8968de9fa971701da1bc1718c35b30dd7 Mon Sep 17 00:00:00 2001 From: Miikka <2606411+Dragory@users.noreply.github.com> Date: Sun, 2 Aug 2020 22:16:41 +0300 Subject: [PATCH 1/2] Add link to community resources in the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af4e399..1089ed6 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Inspired by Reddit's modmail system. * [🧩 Plugins](docs/plugins.md) * [🙋 Frequently Asked Questions](docs/faq.md) * [Release notes](CHANGELOG.md) +* [**Community Guides & Resources**](https://github.com/Dragory/modmailbot-community-resources) ## Support server If you need help with setting up the bot or would like to discuss other things related to it, join the support server on Discord here: From 70a1ae2c12dc415cb2a6cb89ccc7f73bd4ac4907 Mon Sep 17 00:00:00 2001 From: Miikka <2606411+Dragory@users.noreply.github.com> Date: Sun, 16 Aug 2020 19:12:22 +0300 Subject: [PATCH 2/2] Create dependabot.yml --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..04d2265 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "monthly" + target-branch: "dev" + allow: + - dependency-type: "direct"