We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a52645 commit 9f4cd7aCopy full SHA for 9f4cd7a
renovate.json
@@ -41,6 +41,14 @@
41
"fileMatch": ["^apps/core/lib/core/services/shell/pods.ex$"],
42
"matchStrings": ["(^defp image.* ||$)\"(?<depName>.*?):(?<currentValue>.*?)\""],
43
"datasourceTemplate": "docker"
44
+ },
45
+ {
46
+ "description": "Update tool versions in the Plural Docker image",
47
+ "fileMatch": ["^Dockerfile$"],
48
+ "matchStrings": [
49
+ "datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s(?:ENV|ARG) .*?_VERSION=(?<currentValue>.*)\\s"
50
+ ],
51
+ "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
52
}
53
],
54
"separateMinorPatch": true
0 commit comments