File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " github>elastic/renovate-config:only-chainguard"
5+ ],
6+ "customManagers" : [
7+ {
8+ "description" : " Extract Wolfi images from elasticsearch DockerBase configuration" ,
9+ "customType" : " regex" ,
10+ "fileMatch" : [
11+ " build\\ -tools\\ -internal\\ /src\\ /main\\ /java\\ /org\\ /elasticsearch\\ /gradle\\ /internal\\ /DockerBase\\ .java$"
12+ ],
13+ "matchStrings" : [
14+ " \\ s*\" ?(?<depName>[^\\ s:@\" ]+)(?::(?<currentValue>[-a-zA-Z0-9.]+))?(?:@(?<currentDigest>sha256:[a-zA-Z0-9]+))?\" ?"
15+ ],
16+ "currentValueTemplate" : " {{#if currentValue}}{{{currentValue}}}{{else}}latest{{/if}}" ,
17+ "autoReplaceStringTemplate" : " \" {{{depName}}}{{#if newValue}}:{{{newValue}}}{{/if}}{{#if newDigest}}@{{{newDigest}}}{{/if}}\" " ,
18+ "datasourceTemplate" : " docker"
19+ }
20+ ]
21+ }
You can’t perform that action at this time.
0 commit comments