some more renovate work
This commit is contained in:
@@ -5,10 +5,6 @@
|
|||||||
"commitMessageSuffix": "By Renovate",
|
"commitMessageSuffix": "By Renovate",
|
||||||
"prefix": "chore(deps)",
|
"prefix": "chore(deps)",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
|
||||||
"matchDatasources": ["helm"],
|
|
||||||
"commitMessageTopic": "chart {{depName}}"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"matchDatasources": ["docker", "helm-values"],
|
"matchDatasources": ["docker", "helm-values"],
|
||||||
"commitMessageTopic": "OCI-image {{depName}}"
|
"commitMessageTopic": "OCI-image {{depName}}"
|
||||||
|
|||||||
@@ -10,7 +10,8 @@
|
|||||||
],
|
],
|
||||||
"enabled": true, // Enable image reference updates in values.yaml
|
"enabled": true, // Enable image reference updates in values.yaml
|
||||||
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
|
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
|
||||||
"semanticCommitScope": "container"
|
"semanticCommitScope": "container",
|
||||||
|
"bumpVersion": true
|
||||||
},
|
},
|
||||||
"branchPrefix": "helm-values-",
|
"branchPrefix": "helm-values-",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
|||||||
@@ -7,12 +7,16 @@
|
|||||||
],
|
],
|
||||||
"enabled": true, // Enable Helm chart updates
|
"enabled": true, // Enable Helm chart updates
|
||||||
"semanticCommitScope": "helm",
|
"semanticCommitScope": "helm",
|
||||||
|
"versioning": "semver",
|
||||||
|
"bumpVersion": true,
|
||||||
|
"commitMessageTopic": "chart {{depName}}",
|
||||||
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
|
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
|
||||||
"pinDigests": false // Set to false to not pin digest references
|
"pinDigests": false, // Set to false to not pin digest references
|
||||||
|
"branchPrefix": "helm-",
|
||||||
|
"requiredStatusChecks": null
|
||||||
},
|
},
|
||||||
"ignore": [
|
"ignore": [
|
||||||
// Add any global ignores here if needed
|
// Add any global ignores here if needed
|
||||||
],
|
],
|
||||||
"branchPrefix": "helm-",
|
|
||||||
"requiredStatusChecks": null
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user