Skip to content

Commit

Permalink
renovate:: Pick up github.com/cilium/cilium prereleases
Browse files Browse the repository at this point in the history
Configure renovate to pick up github.com/cilium/cilium prereleases
instead of upgrading it manually like I did in #2360.

Signed-off-by: Michi Mutsuzaki <[email protected]>
  • Loading branch information
michi-covalent committed Mar 25, 2024
1 parent c2d6fe0 commit 587eb4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@
"sigs.k8s.io/*"
]
},
{
// Allow github.com/cilium/cilium to upgrade to prerelease versions.
"ignoreUnstable": false,
"matchPackageNames": [
"github.com/cilium/cilium",
],
},
{
// Images that directly use docker.io/library/golang for building.
"groupName": "golang-images",
Expand Down

0 comments on commit 587eb4b

Please sign in to comment.