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 2045528 + ac51f09 commit a1af8d9
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 @@ -38,7 +38,7 @@
],
minimumReleaseAge: '252 days', // 6 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 a1af8d9

Please sign in to comment.