You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, renovate will try to update to the latest patch release, i.e.
1.17.1 at the moment but the stable branches on github.com/cilium/cilium
don't contain the cilium-cli/ directory, thus breaking the build on
update PRs, see e.g. #2948
Instead, we should always be vendoring the latest version from main.
Drop the renovate configuration accordingly and instead update the
github.com/cilium/cilium dependency upon release of a new cilium-cli
version.
Signed-off-by: Tobias Klauser <tobias@cilium.io>
0 commit comments