Skip to content

Commit 3e660a6

Browse files
renovate[bot]weihanglo
authored andcommitted
chore(config): migrate config .github/renovate.json5
1 parent 623b788 commit 3e660a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/renovate.json5

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
configMigration: true,
77
dependencyDashboard: false,
88
ignorePaths: [
9-
"**/tests/**",
9+
'**/tests/**',
1010
],
1111
customManagers: [
1212
{
@@ -40,7 +40,7 @@
4040
{
4141
commitMessageTopic: 'MSRV (1 version)',
4242
matchManagers: [
43-
'regex',
43+
'custom.regex',
4444
],
4545
matchPackageNames: [
4646
'MSRV:1',
@@ -53,12 +53,12 @@
5353
{
5454
commitMessageTopic: 'MSRV (3 versions)',
5555
matchManagers: [
56-
'regex',
56+
'custom.regex',
5757
],
5858
matchPackageNames: [
5959
'MSRV:3',
6060
],
61-
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
61+
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
6262
schedule: [
6363
'* * * * *',
6464
],

0 commit comments

Comments
 (0)