Skip to content

Instantly share code, notes, and snippets.

@ekristen
Created December 7, 2023 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekristen/866dd9c0537c9c07e65aed46881c2852 to your computer and use it in GitHub Desktop.
Save ekristen/866dd9c0537c9c07e65aed46881c2852 to your computer and use it in GitHub Desktop.
Renovate Config - Kubernetes Versions - Separate Major/Minor
{
"packageRules": [
{
"matchDatasources": [
"go",
"docker"
],
"groupName": "kubernetes",
"groupSlug": "kubernetes",
"matchPackagePatterns": [
"^k8s.io/"
],
"matchPackageNames": [
"bitnami/kubectl"
],
"separateMultipleMajor": true,
"versioning": "regex:^v\\d\\.?(?<major>\\d+)\\.(?<minor>\\d+)$"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment