From b36bc5e47d92688631857559b34c1d326a3779ef Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Fri, 1 Oct 2021 16:46:35 +0500 Subject: [PATCH] Dependabot config added --- .github/dependabot.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8c33b52 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +# Docs: + +version: 2 + +updates: + - package-ecosystem: gomod + directory: / + schedule: {interval: monthly} + reviewers: [tarampampam] + assignees: [tarampampam] + + - package-ecosystem: github-actions + directory: / + schedule: {interval: monthly} + reviewers: [tarampampam] + assignees: [tarampampam] + + - package-ecosystem: docker + directory: / + schedule: {interval: monthly} + reviewers: [tarampampam] + assignees: [tarampampam]