From 695176a8f935b869aab523c1de99bf9546484ea0 Mon Sep 17 00:00:00 2001 From: GoliathLabs Date: Sat, 18 Dec 2021 11:48:44 +0100 Subject: [PATCH] Added: Dependabot.yml config --- .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 00000000..ea04c9b5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +# Docs: + +version: 2 + +updates: + - package-ecosystem: gomod + directory: / + schedule: {interval: monthly} + reviewers: [42wim] + assignees: [42wim] + + - package-ecosystem: github-actions + directory: / + schedule: {interval: monthly} + reviewers: [42wim] + assignees: [42wim] + + - package-ecosystem: docker + directory: / + schedule: {interval: monthly} + reviewers: [42wim] + assignees: [42wim]