-
-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #693 from Ocramius/dependabot/add-v2-config-file
Upgrade to GitHub-native Dependabot
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: composer | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
time: "04:00" | ||
open-pull-requests-limit: 10 | ||
reviewers: | ||
- Ocramius | ||
assignees: | ||
- Ocramius | ||
versioning-strategy: increase | ||
ignore: | ||
- dependency-name: vimeo/psalm | ||
versions: | ||
- 4.5.2 | ||
- 4.6.1 | ||
- 4.6.2 | ||
- 4.6.3 | ||
- 4.6.4 | ||
- 4.7.0 | ||
- dependency-name: laminas/laminas-code | ||
versions: | ||
- 4.1.0 |