Create dependabot.yml (#260)
authorFelix <register@xdfr.de>
Sun, 30 Jan 2022 15:27:53 +0000 (16:27 +0100)
committerGitHub <noreply@github.com>
Sun, 30 Jan 2022 15:27:53 +0000 (20:57 +0530)
.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..7744f44
--- /dev/null
@@ -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: github-actions
+    directory: /
+    schedule: {interval: weekly}
+    reviewers: [ajbura]
+    assignees: [ajbura]
+
+  - package-ecosystem: docker
+    directory: /
+    schedule: {interval: weekly}
+    reviewers: [ajbura]
+    assignees: [ajbura]
+
+  - package-ecosystem: npm
+    directory: /
+    schedule: {interval: weekly}
+    reviewers: [ajbura]
+    assignees: [ajbura]