chore: update renovate
This commit is contained in:
parent
564290a12c
commit
49e5e1080d
1 changed files with 11 additions and 0 deletions
11
.github/renovate.json
vendored
11
.github/renovate.json
vendored
|
@ -13,6 +13,17 @@
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"#\\s*renovate: image=(?<depName>.*?)\\s+appVersion:\\s*[\"']?(?<currentValue>[\\w+\\.\\-]*)"
|
"#\\s*renovate: image=(?<depName>.*?)\\s+appVersion:\\s*[\"']?(?<currentValue>[\\w+\\.\\-]*)"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fileMatch": [
|
||||||
|
"(^|/)mautrix-synapse/Chart\\.yaml$"
|
||||||
|
],
|
||||||
|
"matchStrings": [
|
||||||
|
"appVersion:\\s+\"(?<currentValue>v[a-z0-9.-]+)\""
|
||||||
|
],
|
||||||
|
"depNameTemplate": "dock.mau.dev/mautrix/signal",
|
||||||
|
"datasourceTemplate": "docker",
|
||||||
|
"versioningTemplate": "docker"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue