mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
fix(renovate): rework automerge, tmp rm OSV, rm k8s job
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
"description": "Auto merge Github Actions",
|
||||
"matchManagers": ["github-actions"],
|
||||
"automerge": true,
|
||||
"automergeType": "branch",
|
||||
"automergeType": "pr",
|
||||
"ignoreTests": true,
|
||||
"matchUpdateTypes": ["minor", "patch", "digest"]
|
||||
},
|
||||
@@ -57,6 +57,23 @@
|
||||
"separateMinorPatch": true,
|
||||
"labels": ["kube-deploy-core"]
|
||||
},
|
||||
{
|
||||
"description": "Auto merge all Renovate versions",
|
||||
"matchPackagePatterns": ["renovate"],
|
||||
"matchUpdateTypes": ["major", "minor", "patch", "digest"],
|
||||
"automerge": true,
|
||||
"automergeType": "branch",
|
||||
"ignoreTests": true,
|
||||
"labels": ["renovate-itself"]
|
||||
},
|
||||
{
|
||||
"description": "Auto merge my own images with release dates as versions, these are images I couldn't think of a better way to do versioning because of too many moving parts",
|
||||
"matchPackagePatterns": ["jjgadgets/k8s-crd-extractor"],
|
||||
"matchUpdateTypes": ["major", "minor", "patch", "digest"],
|
||||
"automerge": true,
|
||||
"automergeType": "branch",
|
||||
"labels": ["app-template"]
|
||||
},
|
||||
{
|
||||
"description": "Auto merge apps in path ./kube/deploy/apps (these apps don't affect the entire Kubernetes cluster)",
|
||||
// "matchDatasources": ["docker"],
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
"schedule": ["at any time"],
|
||||
"assigneesFromCodeOwners": true
|
||||
},
|
||||
"osvVulnerabilityAlerts": true,
|
||||
#"osvVulnerabilityAlerts": true,
|
||||
"dependencyDashboardOSVVulnerabilitySummary": "all"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user