Skip to content

Commit

Permalink
Merge pull request #48191 from nextcloud/backport/48140/stable30
Browse files Browse the repository at this point in the history
[stable30] ci: Bump phpunit to 9.6.19 and add dependabot
  • Loading branch information
nickvergessen authored Sep 19, 2024
2 parents 406e74f + 397e571 commit 0949bc7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 11 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "/"
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/phpunit/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
}
},
"require": {
"phpunit/phpunit": "9.6"
"phpunit/phpunit": "^9.6"
}
}
21 changes: 11 additions & 10 deletions vendor-bin/phpunit/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0949bc7

Please sign in to comment.