more minor renovate tweaks
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
"matchManagers": ["helm-values"],
|
"matchManagers": ["helm-values"],
|
||||||
"updateTypes": ["digest", "pin"],
|
"updateTypes": ["digest", "pin"],
|
||||||
"commitMessageTopic": "image {{depName}}",
|
"commitMessageTopic": "image {{depName}}",
|
||||||
"commitMessageExtra": "{{fromDigestShort}} → {{toDigestShort}}",
|
"commitMessageExtra": "digest to {{toDigestShort}}",
|
||||||
"prefix": "chore(helm)"
|
"prefix": "chore(helm)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
"matchManagers": ["docker"],
|
"matchManagers": ["docker"],
|
||||||
"updateTypes": ["digest", "pin"],
|
"updateTypes": ["digest", "pin"],
|
||||||
"commitMessageTopic": "image {{depName}}",
|
"commitMessageTopic": "image {{depName}}",
|
||||||
"commitMessageExtra": "{{fromDigestShort}} → {{toDigestShort}}",
|
"commitMessageExtra": "digest to {{toDigestShort}}",
|
||||||
"prefix": "chore(container)"
|
"prefix": "chore(container)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
"updateTypes": ["digest", "pin"],
|
"updateTypes": ["digest", "pin"],
|
||||||
"matchPackagePatterns": [".*/.*"],
|
"matchPackagePatterns": [".*/.*"],
|
||||||
"commitMessageTopic": "image {{depName}}",
|
"commitMessageTopic": "image {{depName}}",
|
||||||
"commitMessageExtra": "{{fromDigestShort}} → {{toDigestShort}}",
|
"commitMessageExtra": "digest to {{toDigestShort}}",
|
||||||
"prefix": "chore(flux)"
|
"prefix": "chore(flux)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -29,6 +29,14 @@
|
|||||||
"matchManager": ["docker", "helm-values"],
|
"matchManager": ["docker", "helm-values"],
|
||||||
"addLabels": ["renovate/container"]
|
"addLabels": ["renovate/container"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchManager": ["npm"],
|
||||||
|
"addLabels": ["renovate/website"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchManager": ["flux"],
|
||||||
|
"addLabels": ["renovate/flux"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["github-releases", "github-tags"],
|
"matchDatasources": ["github-releases", "github-tags"],
|
||||||
"addLabels": ["renovate/github-release"]
|
"addLabels": ["renovate/github-release"]
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"(^|/)website/.+/astro\\.config\\.(mjs|js|ts)$", // Matches Astro config files in /website and any subdirectory
|
"(^|/)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
|
"(^|/)website/.+/package\\.json$" // Matches package.json files in /website and any subdirectory
|
||||||
],
|
],
|
||||||
"branchPrefix": "astro-",
|
"branchPrefix": "renovate/astro-",
|
||||||
"enabled": true, // Enable updates for website dependencies
|
"enabled": true, // Enable updates for website dependencies
|
||||||
"updateTypes": ["major", "minor", "patch", "digest", "pin", "lockfile"], // Allow updates for all version types
|
"updateTypes": ["major", "minor", "patch", "digest", "pin", "lockfile"], // Allow updates for all version types
|
||||||
"semanticCommitScope": "website"
|
"semanticCommitScope": "website"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
// "(^|/)repositories/.+\\.ya?ml$",
|
// "(^|/)repositories/.+\\.ya?ml$",
|
||||||
// "(^|/)clustertool/embeded/.+\\.ya?ml$"
|
// "(^|/)clustertool/embeded/.+\\.ya?ml$"
|
||||||
],
|
],
|
||||||
"branchPrefix": "docker-",
|
"branchPrefix": "renovate/docker-",
|
||||||
"enabled": true, // Enable Docker image updates
|
"enabled": true, // Enable Docker image updates
|
||||||
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
|
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
|
||||||
"semanticCommitScope": "container",
|
"semanticCommitScope": "container",
|
||||||
|
|||||||
@@ -11,6 +11,6 @@
|
|||||||
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
|
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
|
||||||
"semanticCommitScope": "flux",
|
"semanticCommitScope": "flux",
|
||||||
"pinDigests": false, // Set to false to not pin digest references
|
"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
|
"enabled": true, // Enable GitHub Actions updates
|
||||||
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
|
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
|
||||||
"semanticCommitScope": "github-action",
|
"semanticCommitScope": "github-action",
|
||||||
"branchPrefix": "githubactions-",
|
"branchPrefix": "renovate/githubactions-",
|
||||||
},
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"enabled": true, // Enable Go module updates
|
"enabled": true, // Enable Go module updates
|
||||||
"updateTypes": ["major", "minor", "patch", "digest", "pin", "lockfile"], // Allow updates for all version types
|
"updateTypes": ["major", "minor", "patch", "digest", "pin", "lockfile"], // Allow updates for all version types
|
||||||
"semanticCommitScope": "go",
|
"semanticCommitScope": "go",
|
||||||
"branchPrefix": "go-",
|
"branchPrefix": "renovate/go-",
|
||||||
},
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
|
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
|
||||||
"semanticCommitScope": "helm",
|
"semanticCommitScope": "helm",
|
||||||
"bumpVersion": true,
|
"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,
|
"bumpVersion": true,
|
||||||
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
|
"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-",
|
"branchPrefix": "renovate/helm-",
|
||||||
},
|
},
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
"prConcurrentLimit": 150,
|
"prConcurrentLimit": 150,
|
||||||
"automergeType": "pr",
|
"automergeType": "pr",
|
||||||
"pinDigests": true,
|
"pinDigests": true,
|
||||||
|
"branchPrefix": "renovate/",
|
||||||
"semanticCommits": "enabled",
|
"semanticCommits": "enabled",
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
|
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
|
||||||
|
|||||||
Reference in New Issue
Block a user