Skip to content

Commit

Permalink
Update renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Dec 20, 2024
1 parent 14a4905 commit 5971400
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@
dockerfile: {
fileMatch: ["examples/.+/Dockerfile$"]
},
customManagers: {
dockerfileVersions: {
customManagers: [
{
customType: "regex",
fileMatch: ["examples/.+/Dockerfile$"]
matchStrings: [
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?\\s(?:ENV|ARG)\\s+[A-Za-z0-9_]+?_VERSION[ =][\"']?(?<currentValue>.+?)[\"']?\\s"
]
}
},
],
packageRules: [
{
matchUpdateTypes: [
Expand Down

0 comments on commit 5971400

Please sign in to comment.