diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 02:40:31 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 02:40:31 +0000 |
| commit | 105b16bce75dd8868f253c502ff5dc57f9f89313 (patch) | |
| tree | 71e7590ffeff955027ecedb91b39eac3c48c0d81 /.github | |
| parent | 46e0d6e1efa04c8905b4f8d016512125464a5732 (diff) | |
Add 'docker' and 'github-actions' to Dependabot config.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 18 |
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:' |