Skip to content

Commit 66dac00

Browse files
chore: migrate renovate config
1 parent 9036ae9 commit 66dac00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"extends": ["github>FantasticFiasco/renovate-config"],
33
"packageRules": [
44
{
5-
"packagePatterns": ["^@aws-cdk", "^aws-cdk"],
5+
"matchPackagePatterns": ["^@aws-cdk", "^aws-cdk"],
66
"groupName": "AWS CDK packages"
77
},
88
{
9-
"packageNames": ["AWSSDK.Core", "AWSSDK.S3", "AWSSDK.SecurityToken"],
9+
"matchPackageNames": ["AWSSDK.Core", "AWSSDK.S3", "AWSSDK.SecurityToken"],
1010
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.(?<prerelease>.*)$"
1111
},
1212
{

0 commit comments

Comments
 (0)