Commit 4127ed6
committed
renovate: do not pinDigest for golangci/golangci-lint
The github-actions manager auto-extracts the "version:" input of the
golangci/golangci-lint-action step as a github-releases
"golangci/golangci-lint" dependency. With "pinDigests: true" Renovate
tries to pin it to a commit SHA, but a plain "version: vX.Y.Z" value has
nowhere to store a digest, so the update can never be applied. Renovate
fails with "Error updating branch: update failure" and, since the
dependency is grouped into the all-dependencies branch, every other bump
in that branch (e.g. the docker.io/library/ubuntu base image) is dropped
as well.
The golangci-lint version is already tracked through the
"datasource=docker depName=golangci/golangci-lint" comment handled by the
custom regex manager, so disable digest pinning for the github-actions
occurrence only.
Signed-off-by: André Martins <andre@cilium.io>1 parent 6403216 commit 4127ed6
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
143 | 160 | | |
144 | 161 | | |
145 | 162 | | |
| |||
0 commit comments