Skip to content

Commit

Permalink
chore(dependabot): Group vendor-bin directories and adjust schedule
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Sep 25, 2024
1 parent 1cba074 commit ddc5a2e
Showing 1 changed file with 7 additions and 33 deletions.
40 changes: 7 additions & 33 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
directory: "/"
schedule:
interval: weekly
day: saturday
day: monday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
Expand All @@ -19,40 +19,13 @@ updates:
- max-nextcloud

- package-ecosystem: composer
directory: "/vendor-bin/cs-fixer"
directories:
- "/vendor-bin/cs-fixer"
- "/vendor-bin/phpunit"
- "/vendor-bin/psalm"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies
reviewers:
- mejo-
- max-nextcloud

- package-ecosystem: composer
directory: "/vendor-bin/phpunit"
schedule:
interval: weekly
day: saturday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
labels:
- 3. to review
- dependencies
reviewers:
- mejo-
- max-nextcloud

- package-ecosystem: composer
directory: "/vendor-bin/psalm"
schedule:
interval: weekly
day: saturday
day: monday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
Expand All @@ -67,6 +40,7 @@ updates:
directory: "/"
schedule:
interval: weekly
day: monday
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
Expand Down

0 comments on commit ddc5a2e

Please sign in to comment.