Skip to content

Commit

Permalink
renovate: enable dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jvansanten committed Nov 7, 2024
1 parent 815eef0 commit 991ab65
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@
"extends": [
"github>AmpelProject/renovate-config",
"github>AmpelProject/renovate-config//regexManagers/githubActionsVersions"
],
"customManagers": [
{
"customType": "regex",
"description": "Update _VERSION variables in Dockerfiles",
"fileMatch": ["(^|/|\\.)Dockerfile$", "(^|/)Dockerfile\\.[^/]*$"],
"matchStrings": [
"# renovate: datasource=(?<datasource>[a-z-]+?)( depName=(?<depName>.+?))(?: packageName=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\s(?:ENV|ARG) .+?_VERSION=(?<currentValue>.+?)\\s"
]
}
]
}

0 comments on commit 991ab65

Please sign in to comment.