summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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
index 2eabf5f16..f1ad1d7de 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -5,3 +5,21 @@ updates:
directory: /
schedule:
interval: weekly
+ commit-message:
+ prefix: 'Composer:'
+
+- package-ecosystem: docker
+ directories:
+ - /.docker/app
+ - /.docker/web-nginx
+ schedule:
+ interval: weekly
+ commit-message:
+ prefix: 'Docker:'
+
+- package-ecosystem: github-actions
+ directory: /
+ schedule:
+ interval: weekly
+ commit-message:
+ prefix: 'GitHub Actions:'