Skip to content

Commit

Permalink
Merge pull request #3978 from nextcloud/chore/renovate/ignore-vue3-deps
Browse files Browse the repository at this point in the history
chore(renovate): ignore dependencies related to vue 3
  • Loading branch information
st3iny authored Sep 3, 2024
2 parents d50bdef + b4f4823 commit 5d2ff2f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,30 @@
"hamza221"
]
},
{
"description": "Ignore Vue 3 packages",
"matchManagers": ["npm"],
"matchPackageNames": ["@nextcloud/vite-config"],
"allowedVersions": "<2.0.0"
},
{
"description": "Ignore Vue 3 packages",
"matchManagers": ["npm"],
"matchPackageNames": ["vue"],
"allowedVersions": "<3.0"
},
{
"description": "Ignore Vue 3 packages",
"matchManagers": ["npm"],
"matchPackageNames": ["vue-router"],
"allowedVersions": "<4.0"
},
{
"description": "Ignore Vue 3 packages",
"matchManagers": ["npm"],
"matchPackageNames": ["vuex"],
"allowedVersions": "<4.0.0"
},
{
"description": "Request PHP reviews",
"matchManagers": ["composer"],
Expand Down

0 comments on commit 5d2ff2f

Please sign in to comment.