Skip to content

Commit

Permalink
disables major update for the vaas dependency (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Nov 28, 2024
1 parent 71c2cb7 commit f2df3d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"gdata/vaas": "v10.0.0",
"gdata/vaas": "v9.0.5",
"coduo/php-humanizer": "^5.0"
},
"require-dev": {
Expand Down
10 changes: 9 additions & 1 deletion renovate.json
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"]
}
]
}

0 comments on commit f2df3d5

Please sign in to comment.