File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
generators/java/generators/graalvm/internal Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ // renovate: datasource=github-releases depName=graalvm-reachability-metadata oracle/graalvm-reachability-metadata
12export const GRAALVM_REACHABILITY_METADATA = '0.3.14' ;
Original file line number Diff line number Diff line change 1010 "matchStrings" : [
1111 " # renovate: datasource=(?<datasource>[a-z-]+?)(?: depName=(?<depName>.+?))? packageName=(?<packageName>.+?)(?: versioning=(?<versioning>[a-z-]+?))?\\ s(?:ENV|ARG) .+?_VERSION=(?<currentValue>.+?)\\ s"
1212 ]
13+ },
14+ {
15+ "customType" : " regex" ,
16+ "description" : " Update constants in js/ts files" ,
17+ "fileMatch" : [" ^generators/java/generators/graalvm/internal/constants.ts$" ],
18+ "matchStrings" : [
19+ " # renovate: datasource=(?<datasource>[a-z-]+?)(?: depName=(?<depName>.+?))? packageName=(?<packageName>.+?)(?: versioning=(?<versioning>[a-z-]+?))?\\ sexport const (?:.+) = '(?<currentValue>[\\ w+\\ .\\ -]*)'"
20+ ]
1321 }
1422 ]
1523}
You can’t perform that action at this time.
0 commit comments