some renovate tweaking
This commit is contained in:
@@ -2,47 +2,48 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"commitMessageTopic": "{{depName}}",
|
"commitMessageTopic": "{{depName}}",
|
||||||
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
||||||
"prefix": "chore(deps)",
|
"semanticCommitType": "chore",
|
||||||
|
"semanticCommitScope": "deps",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchManagers": ["helm-values"],
|
"matchManagers": ["helm-values"],
|
||||||
"updateTypes": ["major", "minor", "patch"],
|
"updateTypes": ["major", "minor", "patch"],
|
||||||
"commitMessageTopic": "image {{depName}}",
|
"commitMessageTopic": "image {{depName}}",
|
||||||
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
||||||
semanticCommitType: "chore",
|
"semanticCommitType": "chore",
|
||||||
semanticCommitScope: "helm"
|
"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}}",
|
||||||
semanticCommitType: "chore",
|
"semanticCommitType": "chore",
|
||||||
semanticCommitScope: "helm"
|
"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}}",
|
||||||
semanticCommitType: "chore",
|
"semanticCommitType": "chore",
|
||||||
semanticCommitScope: "container"
|
"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}}",
|
||||||
semanticCommitType: "chore",
|
"semanticCommitType": "chore",
|
||||||
semanticCommitScope: "container"
|
"semanticCommitScope": "container"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["flux"],
|
"matchManagers": ["flux"],
|
||||||
"matchPackagePatterns": ["!(.*/.*)"],
|
"matchPackagePatterns": ["!(.*/.*)"],
|
||||||
"commitMessageTopic": "chart {{depName}}",
|
"commitMessageTopic": "chart {{depName}}",
|
||||||
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
||||||
semanticCommitType: "chore",
|
"semanticCommitType": "chore",
|
||||||
semanticCommitScope: "flux"
|
"semanticCommitScope": "flux"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["flux"],
|
"matchManagers": ["flux"],
|
||||||
@@ -50,8 +51,8 @@
|
|||||||
"matchPackagePatterns": [".*/.*"],
|
"matchPackagePatterns": [".*/.*"],
|
||||||
"commitMessageTopic": "image {{depName}}",
|
"commitMessageTopic": "image {{depName}}",
|
||||||
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
||||||
semanticCommitType: "chore",
|
"semanticCommitType": "chore",
|
||||||
semanticCommitScope: "flux"
|
"semanticCommitScope": "flux"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["flux"],
|
"matchManagers": ["flux"],
|
||||||
@@ -59,15 +60,15 @@
|
|||||||
"matchPackagePatterns": [".*/.*"],
|
"matchPackagePatterns": [".*/.*"],
|
||||||
"commitMessageTopic": "image {{depName}}",
|
"commitMessageTopic": "image {{depName}}",
|
||||||
"commitMessageExtra": "digest to {{newDigestShort}}",
|
"commitMessageExtra": "digest to {{newDigestShort}}",
|
||||||
semanticCommitType: "chore",
|
"semanticCommitType": "chore",
|
||||||
semanticCommitScope: "flux"
|
"semanticCommitScope": "flux"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["helmv3"],
|
"matchManagers": ["helmv3"],
|
||||||
"commitMessageTopic": "chart {{depName}}",
|
"commitMessageTopic": "chart {{depName}}",
|
||||||
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
||||||
semanticCommitType: "chore",
|
"semanticCommitType": "chore",
|
||||||
semanticCommitScope: "helm"
|
"semanticCommitScope": "helm"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPaths": ["clustertool/**"],
|
"matchPaths": ["clustertool/**"],
|
||||||
|
|||||||
Reference in New Issue
Block a user