Skip to content

Commit

Permalink
chore(renovate): do not bump v7 deps to v8
Browse files Browse the repository at this point in the history
Renovate bot is trying to bump the v7 playground deps to v8. This change prevents it from doing that: #3603
  • Loading branch information
liamdebeasi authored Apr 18, 2024
1 parent 6ea8449 commit 044f32e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@
"static/code/stackblitz/**/vue/package.json"
]
},
{
"matchPackagePatterns": ["@ionic/"],
"minimumReleaseAge": "0 days",
"allowedVersions": "^7.0.0",
"groupName": "ionic",
"matchFileNames": [
"static/code/stackblitz/v7/angular/package.json",
"static/code/stackblitz/v7/html/package.json",
"static/code/stackblitz/v7/react/package.json",
"static/code/stackblitz/v7/vue/package.json"
]
},
{
"matchPackagePatterns": ["@ionic/"],
"minimumReleaseAge": "0 days",
Expand Down

0 comments on commit 044f32e

Please sign in to comment.