Skip to content

Commit e9b4fb4

Browse files
chore(config): migrate Renovate config (#2941)
* chore(config): migrate config renovate.json * chore(config): migrate config renovate.json Signed-off-by: Adam Setch <[email protected]> --------- Signed-off-by: Adam Setch <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Adam Setch <[email protected]>
1 parent 285cf95 commit e9b4fb4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

renovate.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,18 @@
104104
},
105105
{
106106
"matchManagers": ["npm"],
107-
"matchPackagePatterns": ["^@appthreat/atom"],
108-
"groupName": "atom"
107+
"groupName": "atom",
108+
"matchPackageNames": ["/^@appthreat/atom/"]
109109
},
110110
{
111111
"matchPackageNames": ["@biomejs/**"],
112112
"groupName": "@biomejs/biome"
113113
},
114114
{
115115
"matchManagers": ["npm"],
116-
"matchPackagePatterns": ["^@cyclonedx\\/cdxgen-plugins-bin"],
117116
"groupName": "cdxgen plugins dependencies",
118-
"groupSlug": "cdxgen-plugins"
117+
"groupSlug": "cdxgen-plugins",
118+
"matchPackageNames": ["/^@cyclonedx\\/cdxgen-plugins-bin/"]
119119
},
120120
{
121121
"matchManagers": ["npm"],
@@ -124,18 +124,18 @@
124124
},
125125
{
126126
"matchManagers": ["npm"],
127-
"matchPackagePatterns": ["^string-width"],
128-
"groupName": "string-width"
127+
"groupName": "string-width",
128+
"matchPackageNames": ["/^string-width/"]
129129
},
130130
{
131131
"matchManagers": ["npm"],
132-
"matchPackagePatterns": ["^strip-ansi"],
133-
"groupName": "strip-ansi"
132+
"groupName": "strip-ansi",
133+
"matchPackageNames": ["/^strip-ansi/"]
134134
},
135135
{
136136
"matchManagers": ["npm"],
137-
"matchPackagePatterns": ["^wrap-ansi"],
138-
"groupName": "wrap-ansi"
137+
"groupName": "wrap-ansi",
138+
"matchPackageNames": ["/^wrap-ansi/"]
139139
},
140140
{
141141
"matchManagers": ["docker"],

0 commit comments

Comments
 (0)