-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all major dependencies (major) (#152)
* chore(deps): update all major dependencies * set config::platform::php to 8.2 so the unittest can actually install dependencies * disables major update for the vaas dependency (for now) --------- Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
40578e9
commit 4d23f3f
Showing
3 changed files
with
14 additions
and
6 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
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
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 |
---|---|---|
@@ -1,3 +1,11 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json" | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"packageRules": [ | ||
{ | ||
"description": "disable major updates for the vaas dependency", | ||
"matchDepNames": "gdata/vaas", | ||
"enabled": false, | ||
"matchUpdateTypes": ["major"] | ||
} | ||
] | ||
} |