From 0faa3c0277f04c7d6a027eee5c65ec1aca07a2a5 Mon Sep 17 00:00:00 2001 From: GoliathLabs Date: Fri, 26 Nov 2021 16:08:29 +0100 Subject: [PATCH] Added: Dependabot.yml config --- .github/dependabot.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..92800a0d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,28 @@ +# Docs: + +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: {interval: monthly} + reviewers: [blocktrron] + assignees: [blocktrron] + + - package-ecosystem: docker + directory: / + schedule: {interval: monthly} + reviewers: [blocktrron] + assignees: [blocktrron] + + - package-ecosystem: docker + directory: / + schedule: {interval: monthly} + reviewers: [blocktrron] + assignees: [blocktrron] + + - package-ecosystem: pip + directory: /docs/ + schedule: {interval: monthly} + reviewers: [blocktrron] + assignees: [blocktrron] \ No newline at end of file