Skip to content

Commit

Permalink
chore(ci): fix extractVersion for kustomize (#6880)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Dec 20, 2024
1 parent 2c72b40 commit c65dc7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,14 @@
"github.com/kong/kubernetes-configuration"
],
"ignoreUnstable": false
},
{
"description": "Custom extractVersion for kustomize.",
"matchManagers": [
"custom.regex"
],
"packageNames": ["kubernetes-sigs/kustomize"],
"extractVersion": "^kustomize\\/v(?<version>\\d+\\.\\d+\\.\\d+)$"
}
]
}

1 comment on commit c65dc7d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: c65dc7d Previous: 2c72b40 Ratio
BenchmarkGetPluginRelations 17420 ns/op 7600 B/op 66 allocs/op 7308 ns/op 7600 B/op 66 allocs/op 2.38
BenchmarkGetPluginRelations - ns/op 17420 ns/op 7308 ns/op 2.38

This comment was automatically generated by workflow using github-action-benchmark.

CC: @Kong/k8s-maintainers

Please sign in to comment.