Skip to content

Commit

Permalink
.github: enable automatic updates of k8s libraries with renovate
Browse files Browse the repository at this point in the history
Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Aug 11, 2023
1 parent bb08003 commit c377fcb
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@
// dependency manually.
"github.com/onsi/ginkgo",
"github.com/onsi/gomega/*",
// k8s dependencies will be updated manually along with tests
"k8s.io/*",
"sigs.k8s.io/*"
]
},
{
Expand Down Expand Up @@ -408,6 +405,29 @@
"quay.io/cilium/kindest-node"
],
"ignoreUnstable": false,
},
{
"matchPackagePatterns": [
"k8s.io/*",
"sigs.k8s.io/*",
],
"matchUpdateTypes": [
"digest",
"patch",
"pin",
"pinDigest"
]
},
{
"enabled": false,
"matchPackagePatterns": [
"k8s.io/*",
"sigs.k8s.io/*",
],
"matchUpdateTypes": [
"major",
"minor",
]
}
],
"kubernetes": {
Expand Down

0 comments on commit c377fcb

Please sign in to comment.