ci: add pin to automerge
Some checks failed
renovate / renovate (push) Failing after 1s

This commit is contained in:
2026-03-21 22:28:34 -05:00
parent e1aee94515
commit 1afae8052c

View File

@@ -31,7 +31,7 @@
"/(^|/)templates/.*\\.yaml$/" "/(^|/)templates/.*\\.yaml$/"
], ],
"matchStrings": [ "matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\s+tag: (?<currentValue>.*)" "# renovate: datasource=(?<datasource>[^\\s]+)\\s+depName=(?<depName>[^\\s]+)\\s+tag:\\s*[\"']?(?<currentValue>[^@\"'\\s\n]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?"
] ]
}, },
{ {
@@ -122,7 +122,8 @@
{ {
"description": "Automerge image patches", "description": "Automerge image patches",
"matchUpdateTypes": [ "matchUpdateTypes": [
"patch" "patch",
"pinDigest"
], ],
"matchDatasources": [ "matchDatasources": [
"docker" "docker"
@@ -188,7 +189,8 @@
{ {
"description": "Automerge appVersion and images, merged", "description": "Automerge appVersion and images, merged",
"matchUpdateTypes": [ "matchUpdateTypes": [
"patch" "patch",
"pinDigest"
], ],
"matchManagers": [ "matchManagers": [
"custom.regex", "custom.regex",