Skip to content

Commit a1af8d9

Browse files
committed
chore: Update from '_rust/main'
2 parents 2045528 + ac51f09 commit a1af8d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
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: [
@@ -38,7 +38,7 @@
3838
],
3939
minimumReleaseAge: '252 days', // 6 releases * 6 weeks per release * 7 days per week
4040
internalChecksFilter: 'strict',
41-
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
41+
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
4242
schedule: [
4343
'* * * * *',
4444
],

0 commit comments

Comments
 (0)