Skip to content

Commit bd0aa32

Browse files
chore(config): migrate renovate config (#490)
The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon. 🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid. ❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://redirect.github.com/renovatebot/renovate/discussions). --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/json-derulo/angular-ecmascript-intl). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 428dc0d commit bd0aa32

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

renovate.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@
1111
},
1212
"packageRules": [
1313
{
14-
"matchPackagePrefixes": ["@angular/", "@angular-devkit/"],
15-
"matchPackageNames": ["ng-packagr"],
14+
"matchPackageNames": [
15+
"ng-packagr",
16+
"@angular/{/,}**",
17+
"@angular-devkit/{/,}**"
18+
],
1619
"groupName": "angular"
1720
}
1821
]

0 commit comments

Comments
 (0)