mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-25 08:10:39 +00:00
test pinDigests option with regexmanager
This commit is contained in:
parent
c67d228ae2
commit
93242db8ca
@ -40,7 +40,8 @@
|
|||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"\\s+(imageName):\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"'@]+?)(@(?<currentDigest>sha256:[a-f0-9]+))?\"?'?\\s"
|
"\\s+(imageName):\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"'@]+?)(@(?<currentDigest>sha256:[a-f0-9]+))?\"?'?\\s"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "docker"
|
"datasourceTemplate": "docker",
|
||||||
|
"pinDigests": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user