Skip to content

Commit 72884e8

Browse files
committed
chore: Update from '_rust/main'
2 parents ecef49e + ac51f09 commit 72884e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json5

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
semanticCommits: 'enabled',
66
configMigration: true,
77
dependencyDashboard: true,
8-
regexManagers: [
8+
customManagers: [
99
{
1010
customType: 'regex',
1111
fileMatch: [
@@ -36,7 +36,7 @@
3636
],
3737
minimumReleaseAge: '840 days', // 20 releases * 6 weeks per release * 7 days per week
3838
internalChecksFilter: 'strict',
39-
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
39+
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
4040
schedule: [
4141
'* * * * *',
4242
],

0 commit comments

Comments
 (0)