mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 06:13:38 -03:00
some more renovate work
This commit is contained in:
4
.github/renovate/basics/commitMessage.json5
vendored
4
.github/renovate/basics/commitMessage.json5
vendored
@@ -5,10 +5,6 @@
|
||||
"commitMessageSuffix": "By Renovate",
|
||||
"prefix": "chore(deps)",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDatasources": ["helm"],
|
||||
"commitMessageTopic": "chart {{depName}}"
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker", "helm-values"],
|
||||
"commitMessageTopic": "OCI-image {{depName}}"
|
||||
|
||||
3
.github/renovate/kinds/helm-values.json5
vendored
3
.github/renovate/kinds/helm-values.json5
vendored
@@ -10,7 +10,8 @@
|
||||
],
|
||||
"enabled": true, // Enable image reference updates in values.yaml
|
||||
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
|
||||
"semanticCommitScope": "container"
|
||||
"semanticCommitScope": "container",
|
||||
"bumpVersion": true
|
||||
},
|
||||
"branchPrefix": "helm-values-",
|
||||
"ignore": [
|
||||
|
||||
10
.github/renovate/kinds/helm.json5
vendored
10
.github/renovate/kinds/helm.json5
vendored
@@ -7,12 +7,16 @@
|
||||
],
|
||||
"enabled": true, // Enable Helm chart updates
|
||||
"semanticCommitScope": "helm",
|
||||
"versioning": "semver",
|
||||
"bumpVersion": true,
|
||||
"commitMessageTopic": "chart {{depName}}",
|
||||
"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": [
|
||||
// Add any global ignores here if needed
|
||||
],
|
||||
"branchPrefix": "helm-",
|
||||
"requiredStatusChecks": null
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user