test pinDigests option with regexmanager

This commit is contained in:
Robert Kaussow 2023-03-22 08:40:14 +01:00
parent c67d228ae2
commit 93242db8ca
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@
"matchStrings": [
"\\s+(imageName):\\s+\"?'?(?<depName>[^:\\s]+):(?<currentValue>[^\"'@]+?)(@(?<currentDigest>sha256:[a-f0-9]+))?\"?'?\\s"
],
"datasourceTemplate": "docker"
"datasourceTemplate": "docker",
"pinDigests": true
}
]
}