summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..de934e41
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,22 @@
+# Docs: <https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/customizing-dependency-updates>
+
+version: 2
+
+updates:
+ - package-ecosystem: gomod
+ directory: /
+ schedule: {interval: weekly}
+ reviewers: [42wim]
+ assignees: [42wim]
+
+ - package-ecosystem: github-actions
+ directory: /
+ schedule: {interval: weekly}
+ reviewers: [42wim]
+ assignees: [42wim]
+
+ - package-ecosystem: docker
+ directory: /
+ schedule: {interval: weekly}
+ reviewers: [42wim]
+ assignees: [42wim]