mirror of
https://github.com/outbackdingo/talos-cloud-controller-manager.git
synced 2026-01-27 10:20:27 +00:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"description": "THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.",
|
|
"prHeader": "Update Request | Renovate Bot",
|
|
"extends": [
|
|
":dependencyDashboard",
|
|
":gitSignOff",
|
|
":semanticCommitScopeDisabled",
|
|
"schedule:earlyMondays"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"description": "Siderolabs Group",
|
|
"groupName": "siderolabs",
|
|
"matchPackagePatterns": [
|
|
"^github.com/siderolabs",
|
|
"^github.com/cosi-project"
|
|
],
|
|
"group": {
|
|
"commitMessageTopic": "{{{groupName}}} group"
|
|
},
|
|
"matchUpdateTypes": [
|
|
"major",
|
|
"minor",
|
|
"patch"
|
|
]
|
|
},
|
|
{
|
|
"description": "K8S Group",
|
|
"groupName": "kubernetes",
|
|
"matchPackagePatterns": [
|
|
"^k8s.io/"
|
|
],
|
|
"group": {
|
|
"commitMessageTopic": "{{{groupName}}} group"
|
|
},
|
|
"matchUpdateTypes": [
|
|
"major",
|
|
"minor",
|
|
"patch"
|
|
]
|
|
}
|
|
],
|
|
"separateMajorMinor": false
|
|
} |