move from renovate prefix to semantic settings
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -9,35 +9,40 @@
|
|||||||
"updateTypes": ["major", "minor", "patch"],
|
"updateTypes": ["major", "minor", "patch"],
|
||||||
"commitMessageTopic": "image {{depName}}",
|
"commitMessageTopic": "image {{depName}}",
|
||||||
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
||||||
"prefix": "chore(helm)"
|
semanticCommitType: "chore",
|
||||||
|
semanticCommitScope: "helm"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["helm-values"],
|
"matchManagers": ["helm-values"],
|
||||||
"updateTypes": ["digest", "pin"],
|
"updateTypes": ["digest", "pin"],
|
||||||
"commitMessageTopic": "image {{depName}}",
|
"commitMessageTopic": "image {{depName}}",
|
||||||
"commitMessageExtra": "digest to {{newDigestShort}}",
|
"commitMessageExtra": "digest to {{newDigestShort}}",
|
||||||
"prefix": "chore(helm)"
|
semanticCommitType: "chore",
|
||||||
|
semanticCommitScope: "helm"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["docker"],
|
"matchManagers": ["docker"],
|
||||||
"updateTypes": ["major", "minor", "patch"],
|
"updateTypes": ["major", "minor", "patch"],
|
||||||
"commitMessageTopic": "image {{depName}}",
|
"commitMessageTopic": "image {{depName}}",
|
||||||
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
||||||
"prefix": "chore(container)"
|
semanticCommitType: "chore",
|
||||||
|
semanticCommitScope: "container"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["docker"],
|
"matchManagers": ["docker"],
|
||||||
"updateTypes": ["digest", "pin", "pinDigest"],
|
"updateTypes": ["digest", "pin", "pinDigest"],
|
||||||
"commitMessageTopic": "image {{depName}}",
|
"commitMessageTopic": "image {{depName}}",
|
||||||
"commitMessageExtra": "digest to {{newDigestShort}}",
|
"commitMessageExtra": "digest to {{newDigestShort}}",
|
||||||
"prefix": "chore(container)"
|
semanticCommitType: "chore",
|
||||||
|
semanticCommitScope: "container"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["flux"],
|
"matchManagers": ["flux"],
|
||||||
"matchPackagePatterns": ["!(.*/.*)"],
|
"matchPackagePatterns": ["!(.*/.*)"],
|
||||||
"commitMessageTopic": "chart {{depName}}",
|
"commitMessageTopic": "chart {{depName}}",
|
||||||
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
||||||
"prefix": "chore(flux)"
|
semanticCommitType: "chore",
|
||||||
|
semanticCommitScope: "flux"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["flux"],
|
"matchManagers": ["flux"],
|
||||||
@@ -45,7 +50,8 @@
|
|||||||
"matchPackagePatterns": [".*/.*"],
|
"matchPackagePatterns": [".*/.*"],
|
||||||
"commitMessageTopic": "image {{depName}}",
|
"commitMessageTopic": "image {{depName}}",
|
||||||
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
||||||
"prefix": "chore(flux)"
|
semanticCommitType: "chore",
|
||||||
|
semanticCommitScope: "flux"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["flux"],
|
"matchManagers": ["flux"],
|
||||||
@@ -53,13 +59,15 @@
|
|||||||
"matchPackagePatterns": [".*/.*"],
|
"matchPackagePatterns": [".*/.*"],
|
||||||
"commitMessageTopic": "image {{depName}}",
|
"commitMessageTopic": "image {{depName}}",
|
||||||
"commitMessageExtra": "digest to {{newDigestShort}}",
|
"commitMessageExtra": "digest to {{newDigestShort}}",
|
||||||
"prefix": "chore(flux)"
|
semanticCommitType: "chore",
|
||||||
|
semanticCommitScope: "flux"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["helmv3"],
|
"matchManagers": ["helmv3"],
|
||||||
"commitMessageTopic": "chart {{depName}}",
|
"commitMessageTopic": "chart {{depName}}",
|
||||||
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
||||||
"prefix": "chore(helm)"
|
semanticCommitType: "chore",
|
||||||
|
semanticCommitScope: "helm"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPaths": ["clustertool/**"],
|
"matchPaths": ["clustertool/**"],
|
||||||
|
|||||||
Reference in New Issue
Block a user