mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-22 09:20:38 +00:00
add regex parser for .drone.env files
This commit is contained in:
parent
39f7283c1a
commit
41c85a9919
@ -36,6 +36,12 @@
|
||||
"matchStrings": [
|
||||
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\n.*?_VERSION (:|\\?)= (?<currentValue>.*)\\s"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fileMatch": [".drone.env"],
|
||||
"matchStrings": [
|
||||
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\nexport .*?_VERSION=\"\\${.*:-(?<currentValue>.*)}\"\\s"
|
||||
]
|
||||
}
|
||||
],
|
||||
"ignorePaths": ["**/.drone.*"]
|
||||
|
Loading…
Reference in New Issue
Block a user