Skip to content

Commit ab882f8

Browse files
authored
Disable semantic PR titles & grouped updates (#5027)
We don't want PR titles with semantic groups at the beginning, eg: * `fix(deps): update dependency pytest-cov to v7.1.0` Also, I don't like grouped updates, so that is disabled as well by setting the group name to `null`.
1 parent bd791d8 commit ab882f8

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
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"dependencyDashboard": false,
4-
"extends": ["config:recommended"],
4+
"extends": ["config:recommended", ":semanticCommitsDisabled"],
55
"labels": ["dependencies"],
66
"schedule": ["before 12pm on monday"],
77
"packageRules": [
@@ -11,11 +11,11 @@
1111
},
1212
{
1313
"matchManagers": ["uv"],
14-
"groupName": "python dependencies"
14+
"groupName": null
1515
},
1616
{
1717
"matchManagers": ["github-actions"],
18-
"groupName": "github actions"
18+
"groupName": null
1919
}
2020
]
2121
}

0 commit comments

Comments
 (0)