aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-09-17 16:09:52 +0200
committerJoas Schilling <coding@schilljs.com>2024-09-17 16:09:52 +0200
commit9a80c134fc3ac6cfe1a2c13e59ac329da77b4398 (patch)
treed49808697453ccaa5fcad470a13d364b42837ffc /.github
parent4d275232f084559935226a093f1c770e59c642c1 (diff)
downloadnextcloud-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.yml14
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: "/"