Skip to content

Commit 61ad0c4

Browse files
authored
Merge pull request #1225 from sigstore/renovate/migrate-config
Migrate Renovate config
2 parents 1fbdf75 + e789732 commit 61ad0c4

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

renovate.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
],
66
"labels": ["dependencies"],
77
"schedule": ["every 3 weeks on Monday"],
@@ -18,8 +18,12 @@
1818
"groupName": "{{{replace ':.*' '' depName}}}"
1919
},
2020
{
21-
"matchPackagePrefixes": ["io.grpc", "com.google.protobuf", "com.google.api.grpc"],
22-
"groupName": "protobuf_grpc"
21+
"groupName": "protobuf_grpc",
22+
"matchPackageNames": [
23+
"io.grpc{/,}**",
24+
"com.google.protobuf{/,}**",
25+
"com.google.api.grpc{/,}**"
26+
]
2327
}
2428
]
2529
}

0 commit comments

Comments
 (0)