mirror of
https://github.com/truecharts/charts.git
synced 2026-07-07 14:52:26 -03:00
fix renovate suffixes
This commit is contained in:
2
.github/renovate/basics/commitMessage.json5
vendored
2
.github/renovate/basics/commitMessage.json5
vendored
@@ -2,7 +2,7 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"commitMessageTopic": "{{depName}}",
|
||||
"commitMessageExtra": "{{currentVersion}} → {{newVersion}}",
|
||||
"commitMessageSuffix": "",
|
||||
"commitMessageSuffix": "By Renovate",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDatasources": ["helm"],
|
||||
|
||||
1
.github/renovate/kinds/astro.json5
vendored
1
.github/renovate/kinds/astro.json5
vendored
@@ -6,7 +6,6 @@
|
||||
"(^|/)website/.+/package\\.json$" // Matches package.json files in /website and any subdirectory
|
||||
],
|
||||
"enabled": true, // Enable updates for website dependencies
|
||||
"commitMessageSuffix": "fix: update website dependencies", // Customize commit message suffix
|
||||
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
|
||||
"ignore": [
|
||||
// Specify any dependencies or versions to ignore
|
||||
|
||||
1
.github/renovate/kinds/docker.json5
vendored
1
.github/renovate/kinds/docker.json5
vendored
@@ -13,7 +13,6 @@
|
||||
"(^|/)clustertool/embeded/.+\\.ya?ml(?:\\.j2)?$"
|
||||
],
|
||||
"enabled": true, // Enable Docker image updates
|
||||
"commitMessageSuffix": "fix: update Docker image", // Customize commit message suffix
|
||||
"updateTypes": ["major", "minor", "patch", "digest"], // Allow updates for all version types
|
||||
"semanticCommitScope": "container",
|
||||
"ignore": [
|
||||
|
||||
3
.github/renovate/kinds/flux.json5
vendored
3
.github/renovate/kinds/flux.json5
vendored
@@ -9,8 +9,7 @@
|
||||
],
|
||||
"enabled": true, // Enable Flux updates
|
||||
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
|
||||
"commitMessageSuffix": "fix: update Flux helm-release", // Customize commit message suffix
|
||||
"semanticCommitScope": "Flux Objects",
|
||||
"semanticCommitScope": "Flux Objects"
|
||||
},
|
||||
|
||||
"ignore": [
|
||||
|
||||
1
.github/renovate/kinds/githubactions.json5
vendored
1
.github/renovate/kinds/githubactions.json5
vendored
@@ -7,7 +7,6 @@
|
||||
"\\.github/workflows/.*\\.ya?ml\\.j2$" // Matches Jinja2 templated workflow files
|
||||
],
|
||||
"enabled": true, // Enable GitHub Actions updates
|
||||
"commitMessageSuffix": "fix: update GitHub Actions", // Customize commit message suffix
|
||||
"updateTypes": ["major", "minor", "patch", "digest"], // Allow updates for all version types
|
||||
"semanticCommitScope": "github-action",
|
||||
"ignore": [
|
||||
|
||||
3
.github/renovate/kinds/go.json5
vendored
3
.github/renovate/kinds/go.json5
vendored
@@ -7,12 +7,11 @@
|
||||
"go\\.sum$" // Matches Go sum files
|
||||
],
|
||||
"enabled": true, // Enable Go module updates
|
||||
"commitMessageSuffix": "fix: update Go modules", // Customize commit message suffix
|
||||
"updateTypes": ["major", "minor", "patch", "digest"], // Allow updates for all version types
|
||||
"ignore": [
|
||||
// Specify any modules or versions to ignore
|
||||
],
|
||||
"semanticCommitScope": "go",
|
||||
"semanticCommitScope": "go"
|
||||
},
|
||||
"ignoreDeps": [
|
||||
// List any dependencies to ignore globally if needed
|
||||
|
||||
3
.github/renovate/kinds/helm-values.json5
vendored
3
.github/renovate/kinds/helm-values.json5
vendored
@@ -9,8 +9,7 @@
|
||||
],
|
||||
"enabled": true, // Enable image reference updates in values.yaml
|
||||
"updateTypes": ["major", "minor", "patch", "digest"], // Allow updates for all version types
|
||||
"commitMessageSuffix": "fix: update image references", // Customize commit message suffix
|
||||
"semanticCommitScope": "container",
|
||||
"semanticCommitScope": "container"
|
||||
},
|
||||
"ignore": [
|
||||
// Add any global ignores here if needed
|
||||
|
||||
3
.github/renovate/kinds/helm.json5
vendored
3
.github/renovate/kinds/helm.json5
vendored
@@ -7,8 +7,7 @@
|
||||
],
|
||||
"enabled": true, // Enable Helm chart updates
|
||||
"semanticCommitScope": "helm",
|
||||
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
|
||||
"commitMessageSuffix": "fix: update Helm chart" // Customize commit message suffix
|
||||
"updateTypes": ["major", "minor", "patch"] // Allow updates for all version types
|
||||
},
|
||||
"ignore": [
|
||||
// Add any global ignores here if needed
|
||||
|
||||
1
.github/renovate/main.json5
vendored
1
.github/renovate/main.json5
vendored
@@ -2,7 +2,6 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"rebaseWhen": "conflicted",
|
||||
"prConcurrentLimit": 150,
|
||||
commitMessageSuffix: "By Renovate",
|
||||
"pinDigests": true,
|
||||
"semanticCommits": "enabled",
|
||||
"extends": ["helpers:pinGitHubActionDigests"],
|
||||
|
||||
Reference in New Issue
Block a user