Skip to content

Commit

Permalink
chore(ci): fix extractVersion for kustomize
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Dec 19, 2024
1 parent e9db108 commit ea310d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,11 @@
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\n.+\"(?<currentValue>.*?)\""
]
}
],
"packageRules": [
{
"packageNames": ["kubernetes-sigs/kustomize"],
"extractVersion": "^kustomize\\/v(?<version>\\d+\\.\\d+\\.\\d+)$"
}
]
}

0 comments on commit ea310d2

Please sign in to comment.