Skip to content

Commit 613da7a

Browse files
authored
ci: change dev dependency type upgrades to chore (#4534)
1 parent 84e7306 commit 613da7a

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

renovate.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,27 @@
6969
"commitMessageSuffix": "[python]",
7070
"semanticCommitType": "chore"
7171
},
72+
{
73+
"description": "Use chore commit type for Python optional dev/test dependency updates",
74+
"matchCategories": ["python"],
75+
"matchDepTypes": ["dev", "test"],
76+
"semanticCommitType": "chore",
77+
"commitMessageSuffix": "[python]"
78+
},
7279
{
7380
"description": "Group every Elixir (mix) update into a single PR",
7481
"matchCategories": ["elixir"],
7582
"groupName": "Elixir dependencies",
7683
"groupSlug": "elixir",
7784
"commitMessageSuffix": "[elixir]"
7885
},
86+
{
87+
"description": "Use chore commit type for Elixir dev/test dependency updates",
88+
"matchCategories": ["elixir"],
89+
"matchDepTypes": ["dev", "test"],
90+
"semanticCommitType": "chore",
91+
"commitMessageSuffix": "[elixir]"
92+
},
7993
{
8094
"description": "Group every Rust (cargo) update into a single PR",
8195
"matchCategories": ["rust"],
@@ -99,6 +113,17 @@
99113
"groupSlug": "dotnet",
100114
"commitMessageSuffix": "[dotnet]"
101115
},
116+
{
117+
"description": "Use chore commit type for .NET test-only package updates",
118+
"matchCategories": ["dotnet"],
119+
"matchPackageNames": [
120+
"Microsoft.NET.Test.Sdk",
121+
"xunit",
122+
"xunit.runner.visualstudio"
123+
],
124+
"semanticCommitType": "chore",
125+
"commitMessageSuffix": "[dotnet]"
126+
},
102127
{
103128
"description": "Group every GitHub Actions / CI update into a single PR",
104129
"matchManagers": ["github-actions"],

0 commit comments

Comments
 (0)