Skip to content

Commit

Permalink
Update Poetry Renovate rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 19, 2024
1 parent 1f9cdad commit 4652c6a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
automerge: true,
schedule: 'after 5pm on the first day of the month',
},
force: {
constraints: {
poetry: '1.2.1',
},
},
regexManagers: [
/** Do updates on pre-commit additional dependencies */
{
Expand Down Expand Up @@ -67,7 +62,7 @@
},
/** Group Poetry packages */
{
matchDepNames: ['poetry', 'poetry-.*'],
matchPackagePrefixes: ['poetry'],
groupName: 'Poetry',
automerge: true,
},
Expand Down

0 comments on commit 4652c6a

Please sign in to comment.