fix(renovate): commit message hopefully final

fuck it finally clicked why my glob was wrong lol
This commit is contained in:
JJGadgets
2024-12-06 23:33:55 +08:00
parent d9b026a584
commit 66e15bee8b

View File

@@ -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"],