Skip to content

Commit

Permalink
fix: cnpg supports digests now
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin@buhl.casa>
  • Loading branch information
onedr0p committed Nov 30, 2024
1 parent 8d051b3 commit 439a212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate/customManagers.json5
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"customType": "regex",
"description": ["Process any imageName keys in YAML files (cloudnative-pg)"],
"fileMatch": ["(^|/)kubernetes/.+\\.ya?ml$"],
"matchStrings": ["imageName: (?<depName>[^\\s:]+):(?<currentValue>\\S+)"],
"matchStrings": ["imageName: (?<depName>[^\\s:]+):(?<currentValue>\\S+)(@(?<currentDigest>sha256:\\S+)?)"],
"datasourceTemplate": "docker"
}
]
Expand Down

0 comments on commit 439a212

Please sign in to comment.