diff options
author | Joas Schilling <coding@schilljs.com> | 2024-09-17 16:09:52 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-09-17 16:09:52 +0200 |
commit | 9a80c134fc3ac6cfe1a2c13e59ac329da77b4398 (patch) | |
tree | d49808697453ccaa5fcad470a13d364b42837ffc /.github | |
parent | 4d275232f084559935226a093f1c770e59c642c1 (diff) | |
download | nextcloud-server-9a80c134fc3ac6cfe1a2c13e59ac329da77b4398.tar.gz nextcloud-server-9a80c134fc3ac6cfe1a2c13e59ac329da77b4398.zip |
ci: Bump phpunit to 9.6.19 and add dependabotbugfix/noid/update-phpunit
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 988f05ffb3b..45849759367 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -59,6 +59,20 @@ updates: reviewers: - "nextcloud/server-dependabot" +# phpunit +- package-ecosystem: composer + directory: "/vendor-bin/phpunit" + schedule: + interval: weekly + day: saturday + time: "04:40" + timezone: Europe/Madrid + labels: + - "3. to review" + - "feature: dependencies" + reviewers: + - "nextcloud/server-dependabot" + # Main master npm - package-ecosystem: npm directory: "/" |