Skip to content

Commit

Permalink
Merge pull request #1725 from OWASP/fix/renovate-lbc
Browse files Browse the repository at this point in the history
fix: adjust current value template for lbc
  • Loading branch information
bendehaan authored Nov 8, 2024
2 parents 7711b7d + cb52278 commit 51957be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"depNameTemplate": "kubernetes-sigs/aws-alb-ingress-controller",
"currentValueTemplate": "v${1}.${2}.${3}",
"matchStrings": [
"LBC_VERSION=\"v(?<currentValue>.*?)\""
"LBC_VERSION=\"(?<currentValue>.*?)\""
],
"datasourceTemplate": "github-releases"
}
Expand Down

0 comments on commit 51957be

Please sign in to comment.