mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-05-31 23:19:50 +02:00
chore: simplified file match
This commit is contained in:
parent
3c06739a8f
commit
6374ad1d31
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
@ -41,7 +41,7 @@
|
||||
},
|
||||
{
|
||||
customType: "regex",
|
||||
fileMatch: ["(^|/)\\.github/workflows/[^/]+\\.ya?ml$", "(^|/)\\.github/[^/]+\\.sh$"],
|
||||
fileMatch: ["(^|/)\\.github/workflows/[^/]+\\.ya?ml$"],
|
||||
matchStrings: [
|
||||
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+?[\\w\\s-]*?version: (?<currentValue>.*)\\s",
|
||||
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+?[\\w\\s]*?_VERSION: (?<currentValue>.*)\\s",
|
||||
|
Loading…
x
Reference in New Issue
Block a user