fix renovate suffixes

This commit is contained in:
Kjeld Schouten
2024-10-13 12:09:30 +02:00
parent d905c23a9f
commit 1bc6fd2e6b
9 changed files with 5 additions and 13 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"$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}}",
"commitMessageSuffix": "", "commitMessageSuffix": "By Renovate",
"packageRules": [ "packageRules": [
{ {
"matchDatasources": ["helm"], "matchDatasources": ["helm"],
-1
View File
@@ -6,7 +6,6 @@
"(^|/)website/.+/package\\.json$" // Matches package.json files in /website and any subdirectory "(^|/)website/.+/package\\.json$" // Matches package.json files in /website and any subdirectory
], ],
"enabled": true, // Enable updates for website dependencies "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 "updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
"ignore": [ "ignore": [
// Specify any dependencies or versions to ignore // Specify any dependencies or versions to ignore
-1
View File
@@ -13,7 +13,6 @@
"(^|/)clustertool/embeded/.+\\.ya?ml(?:\\.j2)?$" "(^|/)clustertool/embeded/.+\\.ya?ml(?:\\.j2)?$"
], ],
"enabled": true, // Enable Docker image updates "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 "updateTypes": ["major", "minor", "patch", "digest"], // Allow updates for all version types
"semanticCommitScope": "container", "semanticCommitScope": "container",
"ignore": [ "ignore": [
+1 -2
View File
@@ -9,8 +9,7 @@
], ],
"enabled": true, // Enable Flux updates "enabled": true, // Enable Flux updates
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types "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": [ "ignore": [
@@ -7,7 +7,6 @@
"\\.github/workflows/.*\\.ya?ml\\.j2$" // Matches Jinja2 templated workflow files "\\.github/workflows/.*\\.ya?ml\\.j2$" // Matches Jinja2 templated workflow files
], ],
"enabled": true, // Enable GitHub Actions updates "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 "updateTypes": ["major", "minor", "patch", "digest"], // Allow updates for all version types
"semanticCommitScope": "github-action", "semanticCommitScope": "github-action",
"ignore": [ "ignore": [
+1 -2
View File
@@ -7,12 +7,11 @@
"go\\.sum$" // Matches Go sum files "go\\.sum$" // Matches Go sum files
], ],
"enabled": true, // Enable Go module updates "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 "updateTypes": ["major", "minor", "patch", "digest"], // Allow updates for all version types
"ignore": [ "ignore": [
// Specify any modules or versions to ignore // Specify any modules or versions to ignore
], ],
"semanticCommitScope": "go", "semanticCommitScope": "go"
}, },
"ignoreDeps": [ "ignoreDeps": [
// List any dependencies to ignore globally if needed // List any dependencies to ignore globally if needed
+1 -2
View File
@@ -9,8 +9,7 @@
], ],
"enabled": true, // Enable image reference updates in values.yaml "enabled": true, // Enable image reference updates in values.yaml
"updateTypes": ["major", "minor", "patch", "digest"], // Allow updates for all version types "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": [ "ignore": [
// Add any global ignores here if needed // Add any global ignores here if needed
+1 -2
View File
@@ -7,8 +7,7 @@
], ],
"enabled": true, // Enable Helm chart updates "enabled": true, // Enable Helm chart updates
"semanticCommitScope": "helm", "semanticCommitScope": "helm",
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types "updateTypes": ["major", "minor", "patch"] // Allow updates for all version types
"commitMessageSuffix": "fix: update Helm chart" // Customize commit message suffix
}, },
"ignore": [ "ignore": [
// Add any global ignores here if needed // Add any global ignores here if needed
-1
View File
@@ -2,7 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"rebaseWhen": "conflicted", "rebaseWhen": "conflicted",
"prConcurrentLimit": 150, "prConcurrentLimit": 150,
commitMessageSuffix: "By Renovate",
"pinDigests": true, "pinDigests": true,
"semanticCommits": "enabled", "semanticCommits": "enabled",
"extends": ["helpers:pinGitHubActionDigests"], "extends": ["helpers:pinGitHubActionDigests"],