Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and weihanglo committed Dec 3, 2023
1 parent 623b788 commit 3e660a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
configMigration: true,
dependencyDashboard: false,
ignorePaths: [
"**/tests/**",
'**/tests/**',
],
customManagers: [
{
Expand Down Expand Up @@ -40,7 +40,7 @@
{
commitMessageTopic: 'MSRV (1 version)',
matchManagers: [
'regex',
'custom.regex',
],
matchPackageNames: [
'MSRV:1',
Expand All @@ -53,12 +53,12 @@
{
commitMessageTopic: 'MSRV (3 versions)',
matchManagers: [
'regex',
'custom.regex',
],
matchPackageNames: [
'MSRV:3',
],
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
schedule: [
'* * * * *',
],
Expand Down

0 comments on commit 3e660a6

Please sign in to comment.