diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 05:46:10 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 05:46:10 +0000 |
| commit | 63464f372983512cf2529fc228921ed0f4626d24 (patch) | |
| tree | 74ac64196aad98b9b1139dd15fff1354eddba297 /.github | |
| parent | a135edcfb1e3a8644e4bfb9161345a273e79f6b7 (diff) | |
Add a Dependabot config for PHP package dependency updates.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..2eabf5f16 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 + +updates: +- package-ecosystem: composer + directory: / + schedule: + interval: weekly |