👷 renovate commitMessagePrefix gitmoji

This commit is contained in:
auricom
2024-01-25 15:12:18 +01:00
parent 2a46e0909d
commit 3f1c2e9eda

View File

@@ -4,7 +4,7 @@
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"matchUpdateTypes": ["major"], "matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat(container)!: ", // "commitMessagePrefix": "feat(container)!: ",
"commitMessageTopic": "{{depName}}", "commitMessageTopic": "{{depName}}",
"commitMessageExtra": " ( {{currentVersion}} → {{newVersion}} )" "commitMessageExtra": " ( {{currentVersion}} → {{newVersion}} )"
}, },
@@ -35,7 +35,7 @@
{ {
"matchDatasources": ["helm"], "matchDatasources": ["helm"],
"matchUpdateTypes": ["major"], "matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat(helm)!: ", // "commitMessagePrefix": "feat(helm)!: ",
"commitMessageTopic": "{{depName}}", "commitMessageTopic": "{{depName}}",
"commitMessageExtra": "( {{currentVersion}} → {{newVersion}} )" "commitMessageExtra": "( {{currentVersion}} → {{newVersion}} )"
}, },
@@ -59,7 +59,7 @@
{ {
"matchDatasources": ["galaxy", "galaxy-collection"], "matchDatasources": ["galaxy", "galaxy-collection"],
"matchUpdateTypes": ["major"], "matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat(ansible)!: ", // "commitMessagePrefix": "feat(ansible)!: ",
"commitMessageTopic": "{{depName}}", "commitMessageTopic": "{{depName}}",
"commitMessageExtra": "( {{currentVersion}} → {{newVersion}} )" "commitMessageExtra": "( {{currentVersion}} → {{newVersion}} )"
}, },
@@ -83,7 +83,7 @@
{ {
"matchDatasources": ["terraform-provider"], "matchDatasources": ["terraform-provider"],
"matchUpdateTypes": ["major"], "matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat(terraform)!: ", // "commitMessagePrefix": "feat(terraform)!: ",
"commitMessageTopic": "{{depName}}", "commitMessageTopic": "{{depName}}",
"commitMessageExtra": "( {{currentVersion}} → {{newVersion}} )" "commitMessageExtra": "( {{currentVersion}} → {{newVersion}} )"
}, },
@@ -106,7 +106,7 @@
{ {
"matchDatasources": ["github-releases", "github-tags"], "matchDatasources": ["github-releases", "github-tags"],
"matchUpdateTypes": ["major"], "matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat(github-release)!: ", // "commitMessagePrefix": "feat(github-release)!: ",
"commitMessageTopic": "{{depName}}", "commitMessageTopic": "{{depName}}",
"commitMessageExtra": "( {{currentVersion}} → {{newVersion}} )" "commitMessageExtra": "( {{currentVersion}} → {{newVersion}} )"
}, },
@@ -129,7 +129,7 @@
{ {
"matchManagers": ["github-actions"], "matchManagers": ["github-actions"],
"matchUpdateTypes": ["major"], "matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat(github-action)!: ", // "commitMessagePrefix": "feat(github-action)!: ",
"commitMessageTopic": "{{depName}}", "commitMessageTopic": "{{depName}}",
"commitMessageExtra": "( {{currentVersion}} → {{newVersion}} )" "commitMessageExtra": "( {{currentVersion}} → {{newVersion}} )"
}, },