Chris Evich
Chris Evich
I think the proposed workaround (above) is wrong, won't that turn off all go updates? The way I worked around this was: ```json "golang": { "packageRules": [ { "matchDatasources": ["golang-version"],...
> even outside the gomod manager Doesn't being under a top-level "golang" object guarantee it only applies to golang stuffs?
(not trying to argue, trying to understand Renovate configuration better)
Oh okay, I think I follow now. So this will work for us then (since we have a bunch of other golang rules): ```json "golang": { "packageRules": [ { "matchDepTypes":...
> don't nest package rules, it will/ can have unwanted side effects Thanks for the tip. And thanks @maxbrunet for the explanation.
I haven't seen this in recent memory in any of the nightly jobs. Though @edsantiago maybe has actual data from a bigger dataset?
If so, please LMK. I need to know to disable all the CI stuffs.
Oh right, well if there's any CVE change, we need to keep CI alive then.
Test comment after removing, waiting, and re-adding the `jira` label.
Fix should be in https://github.com/containers/buildah/pull/5431 :crossed_fingers: