more minor renovate tweaks

This commit is contained in:
Kjeld Schouten
2024-10-18 22:02:17 +02:00
parent d74faeabd1
commit 25e4f98d06
10 changed files with 19 additions and 10 deletions
+3 -3
View File
@@ -15,7 +15,7 @@
"matchManagers": ["helm-values"],
"updateTypes": ["digest", "pin"],
"commitMessageTopic": "image {{depName}}",
"commitMessageExtra": "{{fromDigestShort}} → {{toDigestShort}}",
"commitMessageExtra": "digest to {{toDigestShort}}",
"prefix": "chore(helm)"
},
{
@@ -29,7 +29,7 @@
"matchManagers": ["docker"],
"updateTypes": ["digest", "pin"],
"commitMessageTopic": "image {{depName}}",
"commitMessageExtra": "{{fromDigestShort}} → {{toDigestShort}}",
"commitMessageExtra": "digest to {{toDigestShort}}",
"prefix": "chore(container)"
},
{
@@ -52,7 +52,7 @@
"updateTypes": ["digest", "pin"],
"matchPackagePatterns": [".*/.*"],
"commitMessageTopic": "image {{depName}}",
"commitMessageExtra": "{{fromDigestShort}} → {{toDigestShort}}",
"commitMessageExtra": "digest to {{toDigestShort}}",
"prefix": "chore(flux)"
},
{
+8
View File
@@ -29,6 +29,14 @@
"matchManager": ["docker", "helm-values"],
"addLabels": ["renovate/container"]
},
{
"matchManager": ["npm"],
"addLabels": ["renovate/website"]
},
{
"matchManager": ["flux"],
"addLabels": ["renovate/flux"]
},
{
"matchDatasources": ["github-releases", "github-tags"],
"addLabels": ["renovate/github-release"]
+1 -1
View File
@@ -5,7 +5,7 @@
"(^|/)website/.+/astro\\.config\\.(mjs|js|ts)$", // Matches Astro config files in /website and any subdirectory
"(^|/)website/.+/package\\.json$" // Matches package.json files in /website and any subdirectory
],
"branchPrefix": "astro-",
"branchPrefix": "renovate/astro-",
"enabled": true, // Enable updates for website dependencies
"updateTypes": ["major", "minor", "patch", "digest", "pin", "lockfile"], // Allow updates for all version types
"semanticCommitScope": "website"
+1 -1
View File
@@ -12,7 +12,7 @@
// "(^|/)repositories/.+\\.ya?ml$",
// "(^|/)clustertool/embeded/.+\\.ya?ml$"
],
"branchPrefix": "docker-",
"branchPrefix": "renovate/docker-",
"enabled": true, // Enable Docker image updates
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
"semanticCommitScope": "container",
+1 -1
View File
@@ -11,6 +11,6 @@
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
"semanticCommitScope": "flux",
"pinDigests": false, // Set to false to not pin digest references
"branchPrefix": "flux-",
"branchPrefix": "renovate/flux-",
},
}
+1 -1
View File
@@ -9,7 +9,7 @@
"enabled": true, // Enable GitHub Actions updates
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
"semanticCommitScope": "github-action",
"branchPrefix": "githubactions-",
"branchPrefix": "renovate/githubactions-",
},
}
+1 -1
View File
@@ -9,7 +9,7 @@
"enabled": true, // Enable Go module updates
"updateTypes": ["major", "minor", "patch", "digest", "pin", "lockfile"], // Allow updates for all version types
"semanticCommitScope": "go",
"branchPrefix": "go-",
"branchPrefix": "renovate/go-",
},
}
+1 -1
View File
@@ -12,7 +12,7 @@
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
"semanticCommitScope": "helm",
"bumpVersion": true,
"branchPrefix": "helm-values-", // Moved to helm-values scope
"branchPrefix": "renovate/helm-values-", // Moved to helm-values scope
}
}
+1 -1
View File
@@ -11,7 +11,7 @@
"bumpVersion": true,
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
"pinDigests": false, // Set to false to not pin digest references
"branchPrefix": "helm-",
"branchPrefix": "renovate/helm-",
},
}
+1
View File
@@ -4,6 +4,7 @@
"prConcurrentLimit": 150,
"automergeType": "pr",
"pinDigests": true,
"branchPrefix": "renovate/",
"semanticCommits": "enabled",
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard 🤖",