Skip to content

Commit

Permalink
Add renovate rules to update busybox in spire
Browse files Browse the repository at this point in the history
Signed-off-by: Maartje Eyskens <maartje.eyskens@isovalent.com>
  • Loading branch information
meyskens authored and joestringer committed May 2, 2023
1 parent 5ce5ab4 commit d3fc228
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"Makefile.defs",
".travis.yml",
"test/kubernetes-test.sh",
"test/packet/scripts/install.sh"
"test/packet/scripts/install.sh",
"install/kubernetes/cilium/templates/spire/**",
],
postUpdateOptions: [
"gomodTidy"
Expand Down Expand Up @@ -181,6 +182,15 @@
"v1.11"
]
},
{
"matchPackageNames": [
"docker.io/library/busybox"
],
"allowedVersions": "<=1.35",
"matchPaths": [
"install/kubernetes/cilium/templates/spire/**"
],
},
{
"matchPackageNames": [
"docker.io/library/golang",
Expand Down

0 comments on commit d3fc228

Please sign in to comment.