Skip to content

Commit ed7f993

Browse files
chore(renovate): add docker-build-push-multiarch for auto updates (#1515)
1 parent 64d7698 commit ed7f993

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/renovate.json5

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?\\s+[A-Za-z0-9_-]+[_-](?:VERSION|version)\\s*[:=]\\s*[\"']?(?<currentValue>[^\"'@\\n]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?",
1313
],
1414
},
15+
{
16+
customType: "regex",
17+
managerFilePatterns: [
18+
"/(?:^|/)\\.github/workflows/docker-build-push-multiarch.yml",
19+
],
20+
datasourceTemplate: "github-actions",
21+
},
1522
{
1623
customType: "regex",
1724
managerFilePatterns: ["/(?:^|/)actions/.+/action\\.ya?ml$/"],

0 commit comments

Comments
 (0)