Skip to content

Commit

Permalink
🔧(project) add poetry support to renovate configuration
Browse files Browse the repository at this point in the history
We do not want a PR per updated dependency.
  • Loading branch information
jmaupetit committed Jun 12, 2024
1 parent a0079e3 commit 0054fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"packageRules": [
{
"groupName": "python dependencies",
"matchManagers": ["pep621", "pipenv", "setup-cfg"],
"matchManagers": ["pep621", "pipenv", "setup-cfg", "poetry"],
"schedule": ["before 7am on monday"],
"matchPackagePatterns": ["*"]
}
Expand Down

0 comments on commit 0054fa7

Please sign in to comment.