Skip to content

Commit

Permalink
chore: Update from '_rust/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 26, 2023
2 parents 137f098 + ac51f09 commit 1d42ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
semanticCommits: 'enabled',
configMigration: true,
dependencyDashboard: true,
regexManagers: [
customManagers: [
{
customType: 'regex',
fileMatch: [
Expand Down Expand Up @@ -36,7 +36,7 @@
],
minimumReleaseAge: '126 days', // 3 releases * 6 weeks per release * 7 days per week
internalChecksFilter: 'strict',
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
schedule: [
'* * * * *',
],
Expand Down

0 comments on commit 1d42ab7

Please sign in to comment.