even more renovate tweaks
This commit is contained in:
@@ -8,13 +8,7 @@
|
|||||||
"branchPrefix": "astro-",
|
"branchPrefix": "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
|
||||||
"ignore": [
|
|
||||||
// Specify any dependencies or versions to ignore
|
|
||||||
],
|
|
||||||
"semanticCommitScope": "website",
|
"semanticCommitScope": "website",
|
||||||
"ignoreDeps": [
|
|
||||||
// List any dependencies to ignore globally if needed
|
|
||||||
],
|
|
||||||
"requiredStatusChecks": null
|
"requiredStatusChecks": null
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -16,13 +16,6 @@
|
|||||||
"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",
|
||||||
"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)"],
|
"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",
|
"semanticCommitScope": "Flux Objects",
|
||||||
"pinDigests": false, // Set to false to not pin digest references
|
"pinDigests": false, // Set to false to not pin digest references
|
||||||
"branchPrefix": "flux-",
|
"branchPrefix": "flux-",
|
||||||
"ignore": [
|
|
||||||
// Add any global ignores here
|
|
||||||
],
|
|
||||||
"requiredStatusChecks": null,
|
"requiredStatusChecks": null,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -9,13 +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",
|
||||||
"ignore": [
|
|
||||||
// Specify any actions or workflows to ignore
|
|
||||||
],
|
|
||||||
"branchPrefix": "githubactions-",
|
"branchPrefix": "githubactions-",
|
||||||
"ignoreDeps": [
|
|
||||||
// List any dependencies to ignore globally if needed
|
|
||||||
],
|
|
||||||
"requiredStatusChecks": null,
|
"requiredStatusChecks": null,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -8,14 +8,8 @@
|
|||||||
],
|
],
|
||||||
"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
|
||||||
"ignore": [
|
|
||||||
// Specify any modules or versions to ignore
|
|
||||||
],
|
|
||||||
"semanticCommitScope": "go",
|
"semanticCommitScope": "go",
|
||||||
"branchPrefix": "go-",
|
"branchPrefix": "go-",
|
||||||
"ignoreDeps": [
|
|
||||||
// List any dependencies to ignore globally if needed
|
|
||||||
],
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchManagers": ["gomod"],
|
"matchManagers": ["gomod"],
|
||||||
|
|||||||
@@ -13,8 +13,7 @@
|
|||||||
"semanticCommitScope": "container",
|
"semanticCommitScope": "container",
|
||||||
"bumpVersion": true,
|
"bumpVersion": true,
|
||||||
"branchPrefix": "helm-values-", // Moved to helm-values scope
|
"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
|
"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": "helm-",
|
||||||
"requiredStatusChecks": null
|
//"requiredStatusChecks": null
|
||||||
},
|
},
|
||||||
"ignore": [
|
|
||||||
// Add any global ignores here if needed
|
|
||||||
],
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user