additional files isn't a real thing
All checks were successful
/ test (push) Successful in 1m42s

This commit is contained in:
Joseph Hanson 2024-05-15 12:02:19 -05:00
parent 8bfc77202e
commit 195ac9a4de
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -3,18 +3,6 @@
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchDatasources": ["kubernetes"],
"matchPackagePatterns": ["k8s.io/client-go"],
"additionalFiles": [
{
"fileMatch": ["Makefile"],
"matchStrings": ["KUBEBUILDER_VERSION\\s*=\\s*\"?(?<currentValue>\\d+\\.\\d+\\.\\d+)\"?"]
}
]
}
],
"regexManagers": [
{
"fileMatch": ["^Makefile$"],