mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-24 06:59:40 -05:00
renovate: add regexManager for mint img
This commit is contained in:
parent
a19227cac9
commit
afbe17b796
@ -267,5 +267,15 @@
|
||||
],
|
||||
"datasourceTemplate": "go",
|
||||
},
|
||||
{
|
||||
"fileMatch": ["(^|\\/)e2e_s3proxy/action.yml$"],
|
||||
"matchStrings": [
|
||||
// Match mint tags (ghcr.io/edgelesssys/mint).
|
||||
// example Match:' "ghcr.io/edgelesssys/mint:v1.2.3"'
|
||||
// (ghcr.io/edgelesssys/mint -> depName, v1.2.3 -> currentValue)
|
||||
"IMAGE: \"(?<depName>[^\"]*?):(?<currentValue>[^\"]*?)@(?<currentDigest>sha256:[a-f0-9]+)\"[^\\n]+# renovate:mint-fork",
|
||||
],
|
||||
"datasourceTemplate": "docker",
|
||||
},
|
||||
],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user