public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
Add regex for matchstring line in Dockerfiles
b3c54ed0
.github/renovate.json | 6 ++++++
1 file changed, 6 insertions(+)
Diff
diff --git a/.github/renovate.json b/.github/renovate.json
index 7d0eabf2..5fab8128 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -16,6 +16,12 @@
"matchStrings": [
"#\\srenovate:\\sdatasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.*?))?\\s.*?_VERSION=(?<currentValue>.*)"
]
+ },
+ {
+ "fileMatch": ["(^|/)Dockerfile[^/]*$"],
+ "matchStrings": [
+ "#\\srenovate:\\sdatasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s(ENV|ARG) .*?_VERSION=(?<currentValue>.*)\\s"
+ ]
}
]
}