Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-04-30 22:52:15 +0300
committerBadlop <badlop@process-one.net>2022-05-04 19:01:26 +0300
commit49ecddc6462292aa55dd7e0ae06ce48df6f0c62d (patch)
treece600e627c92d07d61944119d002c1bd92119243 /.github
parentfad5406348f839c7e21457e8cf3f4939a3b8e6e0 (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"