Skip to content

Commit fb0dd91

Browse files
committed
Update Renovate config with custom PR title and rules adjustment
Added a custom PR title format for Renovate PRs to improve clarity. Updated package manager rules to focus on "pip" only, removing "poetry" and "pipenv" for streamlined processing. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
1 parent 26d114a commit fb0dd91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"labels": [
1515
"renovate"
1616
],
17+
"prTitle": "renovate: {{description}}",
1718
"packageRules": [
1819
{
1920
"matchManagers": [
@@ -31,9 +32,8 @@
3132
{
3233
"matchManagers": [
3334
"uv",
34-
"pip",
35-
"poetry",
36-
"pipenv"
35+
"pip"
36+
3737
],
3838
"labels": [
3939
"python"

0 commit comments

Comments
 (0)