even more renovate tweaks
This commit is contained in:
@@ -8,13 +8,7 @@
|
||||
"branchPrefix": "astro-",
|
||||
"enabled": true, // Enable updates for website dependencies
|
||||
"updateTypes": ["major", "minor", "patch", "digest", "pin", "lockfile"], // Allow updates for all version types
|
||||
"ignore": [
|
||||
// Specify any dependencies or versions to ignore
|
||||
],
|
||||
"semanticCommitScope": "website",
|
||||
"ignoreDeps": [
|
||||
// List any dependencies to ignore globally if needed
|
||||
],
|
||||
"requiredStatusChecks": null
|
||||
},
|
||||
|
||||
|
||||
@@ -16,13 +16,6 @@
|
||||
"enabled": true, // Enable Docker image updates
|
||||
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
|
||||
"semanticCommitScope": "container",
|
||||
"ignore": [
|
||||
"talconfig.yaml",
|
||||
"Chart.yaml"
|
||||
]
|
||||
},
|
||||
"ignoreDeps": [
|
||||
// List any dependencies to ignore globally if needed
|
||||
],
|
||||
"requiredStatusChecks": ["Containers: Test-and-Build / Container Build Completed (push)", "Containers: Test-and-Build / Container Build Completed (pull_request)"],
|
||||
}
|
||||
|
||||
@@ -12,9 +12,6 @@
|
||||
"semanticCommitScope": "Flux Objects",
|
||||
"pinDigests": false, // Set to false to not pin digest references
|
||||
"branchPrefix": "flux-",
|
||||
"ignore": [
|
||||
// Add any global ignores here
|
||||
],
|
||||
"requiredStatusChecks": null,
|
||||
},
|
||||
|
||||
|
||||
@@ -9,13 +9,7 @@
|
||||
"enabled": true, // Enable GitHub Actions updates
|
||||
"updateTypes": ["major", "minor", "patch", "digest", "pin"], // Allow updates for all version types
|
||||
"semanticCommitScope": "github-action",
|
||||
"ignore": [
|
||||
// Specify any actions or workflows to ignore
|
||||
],
|
||||
"branchPrefix": "githubactions-",
|
||||
"ignoreDeps": [
|
||||
// List any dependencies to ignore globally if needed
|
||||
],
|
||||
"requiredStatusChecks": null,
|
||||
},
|
||||
|
||||
|
||||
@@ -8,14 +8,8 @@
|
||||
],
|
||||
"enabled": true, // Enable Go module updates
|
||||
"updateTypes": ["major", "minor", "patch", "digest", "pin", "lockfile"], // Allow updates for all version types
|
||||
"ignore": [
|
||||
// Specify any modules or versions to ignore
|
||||
],
|
||||
"semanticCommitScope": "go",
|
||||
"branchPrefix": "go-",
|
||||
"ignoreDeps": [
|
||||
// List any dependencies to ignore globally if needed
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["gomod"],
|
||||
|
||||
@@ -13,8 +13,7 @@
|
||||
"semanticCommitScope": "container",
|
||||
"bumpVersion": true,
|
||||
"branchPrefix": "helm-values-", // Moved to helm-values scope
|
||||
"ignore": [
|
||||
],
|
||||
"requiredStatusChecks": null // Moved to helm-values scope
|
||||
//"requiredStatusChecks": null // Moved to helm-values scope
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -14,10 +14,7 @@
|
||||
"updateTypes": ["major", "minor", "patch"], // Allow updates for all version types
|
||||
"pinDigests": false, // Set to false to not pin digest references
|
||||
"branchPrefix": "helm-",
|
||||
"requiredStatusChecks": null
|
||||
//"requiredStatusChecks": null
|
||||
},
|
||||
"ignore": [
|
||||
// Add any global ignores here if needed
|
||||
],
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user