Skip to content

Commit

Permalink
fix(renovate): commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Dec 5, 2024
1 parent c1ad605 commit 8b2347b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .renovate/commitMessage.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
},
{
"matchDatasources": ["docker"],
"matchDepNames": ["*"],
"matchDepNames": ["**/**/**"],
"matchUpdateTypes": ["!major"],
"semanticCommitScope": "oci/{{depName}}"
"semanticCommitScope": "oci/{{ lookup (split depName '/') 2 }}{{ lookup (split depName '/') 3 }}{{ lookup (split depName '/') 4 }}{{ lookup (split depName '/') 5 }}"
},
{
"matchDatasources": ["docker"],
Expand All @@ -36,15 +36,15 @@
},
{
"matchDatasources": ["docker"],
"matchDepNames": ["**/**/**"],
"matchDepNames": ["*"],
"matchUpdateTypes": ["!major"],
"semanticCommitScope": "oci/{{ lookup (split depName '/') 2 }}{{ lookup (split depName '/') 3 }}{{ lookup (split depName '/') 4 }}{{ lookup (split depName '/') 5 }}"
"semanticCommitScope": "oci/{{depName}}"
},
{
"matchDatasources": ["docker"],
"matchDepNames": ["*"],
"matchDepNames": ["**/**/**"],
"matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat(oci/{{depName}})!: "
"commitMessagePrefix": "feat(oci/{{ lookup (split depName '/') 2 }}{{ lookup (split depName '/') 3 }}{{ lookup (split depName '/') 4 }}{{ lookup (split depName '/') 5 }})!: "
},
{
"matchDatasources": ["docker"],
Expand All @@ -54,9 +54,9 @@
},
{
"matchDatasources": ["docker"],
"matchDepNames": ["**/**/**"],
"matchDepNames": ["*"],
"matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat(oci/{{ lookup (split depName '/') 2 }}{{ lookup (split depName '/') 3 }}{{ lookup (split depName '/') 4 }}{{ lookup (split depName '/') 5 }})!: "
"commitMessagePrefix": "feat(oci/{{depName}})!: "
},
{
"matchDatasources": ["github-releases", "github-tags"],
Expand Down

0 comments on commit 8b2347b

Please sign in to comment.