summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-11 02:40:31 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-11 02:40:31 +0000
commit105b16bce75dd8868f253c502ff5dc57f9f89313 (patch)
tree71e7590ffeff955027ecedb91b39eac3c48c0d81 /.github
parent46e0d6e1efa04c8905b4f8d016512125464a5732 (diff)
Add 'docker' and 'github-actions' to Dependabot config.
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:'