Skip to content

Commit

Permalink
fix(renovate): commit message hopefully final
Browse files Browse the repository at this point in the history
fuck it finally clicked why my glob was wrong lol
  • Loading branch information
JJGadgets committed Dec 6, 2024
1 parent d9b026a commit 66e15be
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .renovate/commitMessage.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,37 @@
},
{
"matchDatasources": ["docker"],
"matchDepNames": ["**/*", "!**/**/**"],
"matchUpdateTypes": ["!major"],
"semanticCommitScope": "oci/{{depName}}"
},
{
"matchDatasources": ["docker"],
"matchDepNames": ["*/*"],
"matchUpdateTypes": ["!major"],
"semanticCommitScope": "oci/{{ lookup (split depName '/') 1 }}"
},
{
"matchDatasources": ["docker"],
"matchDepNames": ["**/**/**", "**/*"],
"matchDepNames": ["*/*/**"],
"matchUpdateTypes": ["!major"],
"semanticCommitScope": "oci/{{ lookup (split depName '/') 2 }}{{ lookup (split depName '/') 3 }}{{ lookup (split depName '/') 4 }}{{ lookup (split depName '/') 5 }}"
},
//{
// "matchDatasources": ["docker"],
// "matchDepNames": ["*"],
// "matchUpdateTypes": ["!major"],
// "semanticCommitScope": "oci/{{depName}}"
//},
{
"matchDatasources": ["docker"],
"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": ["docker"],
"matchDepNames": ["**/*"],
"matchDepNames": ["*/*"],
"matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat(oci/{{ lookup (split depName '/') 1 }})!: "
},
{
"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": ["github-releases", "github-tags"],
Expand Down

0 comments on commit 66e15be

Please sign in to comment.