aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-04-30 21:52:15 +0200
committerBadlop <badlop@process-one.net>2022-05-04 18:01:26 +0200
commit49ecddc6462292aa55dd7e0ae06ce48df6f0c62d (patch)
treece600e627c92d07d61944119d002c1bd92119243 /.github
parentContainer: Build containers also for linux/arm64 (diff)
Dependabot: Detect updates in docker, actions and mix
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..c65905e20
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,18 @@
+version: 2
+
+updates:
+
+ - package-ecosystem: "docker"
+ directory: "/.github/container/"
+ schedule:
+ interval: "weekly"
+
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+
+ - package-ecosystem: "mix"
+ directory: "/"
+ schedule:
+ interval: "weekly"