Skip to content

Commit

Permalink
chore: update renovate semanticCommit config
Browse files Browse the repository at this point in the history
  • Loading branch information
mircea-pavel-anton committed Jul 26, 2024
1 parent 2661425 commit 09e8543
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/configs/renovate/semanticCommits.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"matchDatasources": ["docker"],
"matchUpdateTypes": ["minor", "patch", "digest"],
"matchUpdateTypes": ["minor", "patch"],
"commitMessagePrefix": "deps(docker): ",
"commitMessageTopic": "{{depName}}",
"commitMessageExtra": " ( {{currentVersion}} → {{newVersion}} )"
Expand All @@ -32,7 +32,7 @@
},
{
"matchDatasources": ["rubygems"],
"matchUpdateTypes": ["minor", "patch", "digest"],
"matchUpdateTypes": ["minor", "patch"],
"commitMessagePrefix": "deps(ruby): ",
"commitMessageTopic": "{{depName}}",
"commitMessageExtra": "( {{currentVersion}} → {{newVersion}} )"
Expand All @@ -51,7 +51,7 @@
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch", "digest"],
"matchUpdateTypes": ["minor", "patch"],
"commitMessagePrefix": "deps(actions): ",
"commitMessageTopic": "{{depName}}",
"commitMessageExtra": "( {{currentVersion}} → {{newVersion}} )"
Expand Down

0 comments on commit 09e8543

Please sign in to comment.