|
55 | 55 | }, |
56 | 56 | { |
57 | 57 | // Go Version: Patch updates (treat as minor in PR titles) |
58 | | - "description": "Group Go patch updates and treat as minor in PR titles", |
| 58 | + "description": "Block Go patch updates - handled manually", |
59 | 59 | "groupName": "go version", |
60 | 60 | "matchPackageNames": [ "golang/go", "docker.io/library/golang", "registry.access.redhat.com/ubi9/go-toolset" ], |
61 | 61 | "matchDepNames": [ "go", "golang", "docker.io/library/golang", "registry.access.redhat.com/ubi9/go-toolset" ], |
62 | | - // gomod is not included in this packageManagers list, because the go directive in the go.mod means |
| 62 | + // gomod is not included in this packageManagers list, because the go directive in the go.mod means |
63 | 63 | // "Compatible with this version or later". So it is advisable to not bump this version unless necessary. |
64 | | - // Ref: https://docs.renovatebot.com/modules/manager/gomod/#updating-of-go-mod-and-toolchain-directives |
| 64 | + // Ref: https://docs.renovatebot.com/modules/manager/gomod/#updating-of-go-mod-and-toolchain-directives |
65 | 65 | "matchManagers": [ "asdf", "dockerfile" ], |
66 | 66 | "matchDatasources": [ "docker", "github-tags", "golang-version" ], |
67 | 67 | "matchUpdateTypes": [ "patch" ], |
68 | 68 | "commitMessageTopic": "golang version", |
69 | | - "branchTopic": "go-version" |
| 69 | + "branchTopic": "go-version", |
| 70 | + "enabled": false |
70 | 71 | }, |
71 | 72 | { |
72 | 73 | // Go Version: Block actual major updates (1.x -> 2.x). |
|
83 | 84 | "enabled": false // Block all major Go version updates |
84 | 85 | }, |
85 | 86 | { |
86 | | - // Go Version: Minor updates (treat as major in PR titles) |
87 | | - "description": "Group Go minor updates and treat as major in PR titles", |
| 87 | + // Go Version: Minor updates (treat as major in PR titles) |
| 88 | + "description": "Block Go minor updates - handled manually", |
88 | 89 | "groupName": "go version", |
89 | 90 | "matchPackageNames": [ "golang/go", "docker.io/library/golang", "registry.access.redhat.com/ubi9/go-toolset" ], |
90 | 91 | "matchDepNames": [ "go", "golang", "docker.io/library/golang", "registry.access.redhat.com/ubi9/go-toolset" ], |
91 | | - // gomod is not included in this packageManagers list, because the go directive in the go.mod means |
| 92 | + // gomod is not included in this packageManagers list, because the go directive in the go.mod means |
92 | 93 | // "Compatible with this version or later". So it is advisable to not bump this version unless necessary. |
93 | 94 | // Ref: https://docs.renovatebot.com/modules/manager/gomod/#updating-of-go-mod-and-toolchain-directives |
94 | 95 | "matchManagers": [ "asdf", "dockerfile" ], |
|
98 | 99 | "labels": [ "renovate", "major", "{{baseBranch}}" ], |
99 | 100 | "automerge": false, |
100 | 101 | "commitMessageTopic": "golang version", |
101 | | - "branchTopic": "go-version" |
| 102 | + "branchTopic": "go-version", |
| 103 | + "enabled": false |
102 | 104 | }, |
103 | 105 | { |
104 | 106 | // Tekton: Safe to auto-merge (infrastructure as code) |
|
0 commit comments