Skip to content

Commit

Permalink
feat(renovate): better naming for groups
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Aug 5, 2023
1 parent e68ee5f commit 68dda13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renovate/preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
{
"description": "Semantic commits for major updates",
"groupName": "major updates",
"groupName": "major versions",
"matchUpdateTypes": [
"major"
],
Expand All @@ -46,7 +46,7 @@
},
{
"description": "Semantic commits for minor updates",
"groupName": "minor updates",
"groupName": "minor versions",
"matchUpdateTypes": [
"minor"
],
Expand All @@ -56,7 +56,7 @@
},
{
"description": "Semantic commits for patch updates",
"groupName": "patch updates",
"groupName": "patch versions",
"matchUpdateTypes": [
"patch"
],
Expand All @@ -66,7 +66,7 @@
},
{
"description": "Automerge docker version updates",
"groupName": "docker updates",
"groupName": "docker versions",
"matchDatasources": [
"docker"
],
Expand Down

0 comments on commit 68dda13

Please sign in to comment.