Skip to content

Commit

Permalink
chore(config): migrate config renovate.json (#259)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 24, 2024
1 parent 6e44faa commit 59910b2
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,18 @@
],
"packageRules": [
{
"matchPackagePatterns": [
"astro",
"^@astrojs"
],
"groupName": [
"astrojs packages"
"groupName": "astrojs packages",
"matchPackageNames": [
"/astro/",
"/^@astrojs/"
]
},
{
"matchPackagePatterns": [
"playwright",
"mcr.microsoft.com/playwright"
],
"groupName": [
"playwright"
"groupName": "playwright",
"matchPackageNames": [
"/playwright/",
"/mcr.microsoft.com/playwright/"
]
}
]
}
}

0 comments on commit 59910b2

Please sign in to comment.