Skip to content

Commit

Permalink
Added Renovate config.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Oct 13, 2023
1 parent d2e5918 commit 104ad9a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true,
"regexManagers": [
{
"fileMatch": [
"(^|/)Dockerfile$",
"(^|/)Dockerfile\\.[^/]*$"
],
"matchStrings": [
"#\\srenovate:\\sdatasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.*?))?\\s(ENV|ARG) .*?_VERSION=(?<currentValue>.*)\\s"
]
}
]
}

0 comments on commit 104ad9a

Please sign in to comment.