Skip to content

Commit 11e9f7a

Browse files
authored
Group python and actions changes into one PR of each type (#8393)
* Group python and actions changes into one PR * Skip changelog for python & actions PR's
1 parent 3868ee8 commit 11e9f7a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

renovate.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@
2121
},
2222
{
2323
"addLabels": [
24-
"python"
24+
"python",
25+
"skip changelog"
2526
],
2627
"matchDatasources": [
2728
"pypi"
28-
]
29+
],
30+
"groupName": "python dependencies"
2931
},
3032
{
3133
"addLabels": [
@@ -54,11 +56,13 @@
5456
},
5557
{
5658
"addLabels": [
57-
"github_actions"
59+
"github_actions",
60+
"skip changelog"
5861
],
5962
"matchManagers": [
6063
"github-actions"
61-
]
64+
],
65+
"groupName": "github actions"
6266
},
6367
{
6468
"matchPackageNames": [

0 commit comments

Comments
 (0)