more minor renovate tweaks
This commit is contained in:
@@ -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)"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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-",
|
||||
},
|
||||
}
|
||||
|
||||
@@ -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-",
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
@@ -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-",
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -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-",
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"prConcurrentLimit": 150,
|
||||
"automergeType": "pr",
|
||||
"pinDigests": true,
|
||||
"branchPrefix": "renovate/",
|
||||
"semanticCommits": "enabled",
|
||||
"dependencyDashboard": true,
|
||||
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
|
||||
|
||||
Reference in New Issue
Block a user