Skip to content

Commit

Permalink
chore(renovate): account for v8 and ionic packages (#3536)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi authored Mar 20, 2024
1 parent 33d1858 commit 4aae189
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,19 @@
"matchPackageNames": ["vite", "@vitejs/plugin-react"],
"groupName": "vite-react",
"matchFileNames": [
"static/code/stackblitz/v6/react/package.json",
"static/code/stackblitz/v7/react/package.json"
"static/code/stackblitz/**/react/package.json"
]
},
{
"matchPackageNames": ["vite", "@vitejs/plugin-vue"],
"groupName": "vite-vue",
"matchFileNames": [
"static/code/stackblitz/v6/vue/package.json",
"static/code/stackblitz/v7/vue/package.json"
"static/code/stackblitz/**/vue/package.json"
]
},
{
"matchPackagePatterns": ["@ionic/"],
"minimumReleaseAge": "0 days",
"allowedVersions": "^6.0.0",
"groupName": "ionic",
"matchFileNames": [
Expand All @@ -55,17 +54,6 @@
"schedule": ["every weekday before 11am"],
"semanticCommits": "enabled",
"includePaths": [
"static/code/stackblitz/v6/angular/package.json",
"static/code/stackblitz/v6/html/package.json",
"static/code/stackblitz/v6/react/package.json",
"static/code/stackblitz/v6/vue/package.json",
"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",
"static/code/stackblitz/v8/angular/package.json",
"static/code/stackblitz/v8/html/package.json",
"static/code/stackblitz/v8/react/package.json",
"static/code/stackblitz/v8/vue/package.json"
"static/code/stackblitz/**/*/package.json"
]
}

0 comments on commit 4aae189

Please sign in to comment.