Skip to content

Commit

Permalink
Update renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed May 23, 2024
1 parent 4af67cf commit d767d3b
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:recommended",
"customManagers:dockerfileVersions"
],
"customManagers": [
// This is "customManagers:dockerfileVersions":
// {
// "customType": "regex",
// "fileMatch": [
// "(^|/|\\.)([Dd]ocker|[Cc]ontainer)file$",
// "(^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$"
// ],
// "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"
// ]
// }
]

}

0 comments on commit d767d3b

Please sign in to comment.