Skip to content

Commit 20741c4

Browse files
leomp12claude
andcommitted
fix(renovate): Remove deprecated wildcard matchPackagePatterns
Renovate no longer accepts `*` in matchPackagePatterns alongside other excludes. Matching all packages is the default when no package filter is specified, so these fields are simply removed. Closes #769 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2531a60 commit 20741c4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/renovate.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
{
2121
"groupName": "Non-major dependencies",
2222
"groupSlug": "many-minor-patch",
23-
"matchPackagePatterns": [
24-
"*"
25-
],
2623
"excludePackageNames": [
2724
"astro",
2825
"vue",
@@ -42,9 +39,6 @@
4239
{
4340
"groupName": "Non-major dependencies",
4441
"groupSlug": "many-minor-patch",
45-
"matchPackagePatterns": [
46-
"*"
47-
],
4842
"excludePackagePrefixes": [
4943
"@astrojs/"
5044
],

0 commit comments

Comments
 (0)