mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
renovate: add regexManager for mint img
This commit is contained in:
parent
a19227cac9
commit
afbe17b796
@ -267,5 +267,15 @@
|
|||||||
],
|
],
|
||||||
"datasourceTemplate": "go",
|
"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