Skip to content

Commit

Permalink
chore(deps): group rest of python deps (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Wise <diranged@users.noreply.github.com>
  • Loading branch information
diranged and diranged authored Oct 22, 2024
1 parent bd96ed3 commit ea611a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
{
"groupName": "flask",
"matchManagers": ["pip_requirements"],
"matchPackageNames": ["flas", "Werkzeug"]
"matchPackageNames": ["flask", "Werkzeug"]
},
{
"groupName": "python",
"matchManagers": ["pip_requirements"]
}
]
}

0 comments on commit ea611a7

Please sign in to comment.