Skip to content

Commit

Permalink
Merge pull request #9032 from nextcloud/chore/deps/ignore-vue-test-ut…
Browse files Browse the repository at this point in the history
…ils-2
  • Loading branch information
st3iny authored Oct 30, 2023
2 parents a50e636 + 7f01ab8 commit d3e0bde
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,23 @@
]
},
{
"description": "Ignore Vue 3",
"description": "Ignore Vue 3 packages",
"matchManagers": ["npm"],
"matchPackageNames": ["vue"],
"allowedVersions": "<3.0"
},
{
"description": "Ignore Vue 3",
"description": "Ignore Vue 3 packages",
"matchManagers": ["npm"],
"matchPackageNames": ["vue-router"],
"allowedVersions": "<4.0"
},
{
"description": "Ignore Vue 3 packages",
"matchManagers": ["npm"],
"matchPackageNames": ["@vue/test-utils"],
"allowedVersions": "<2.0"
},
{
"description": "Request PHP reviews",
"matchManagers": ["composer"],
Expand Down

0 comments on commit d3e0bde

Please sign in to comment.