Skip to content

Commit 733c944

Browse files
fix(renovate): add missing matchStrings config (#1523)
* fix(renovate): add missing matchStrings config * run prettier
1 parent ed7f993 commit 733c944

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/renovate.json5

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
managerFilePatterns: [
1818
"/(?:^|/)\\.github/workflows/docker-build-push-multiarch.yml",
1919
],
20+
matchStrings: [
21+
"uses:\\s*(?<depName>[a-zA-Z0-9_.\\-/]+)@(?<currentValue>[^\\s]+)",
22+
],
2023
datasourceTemplate: "github-actions",
2124
},
2225
{

0 commit comments

Comments
 (0)