Skip to content

Commit fba59f6

Browse files
authored
Fix renovate actions/*-artifact updates (#2956)
1 parent bad4a97 commit fba59f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
groupName: "Artifact GitHub Actions dependencies",
3030
matchManagers: ["github-actions"],
3131
matchDatasources: ["gitea-tags", "github-tags"],
32-
matchPackageNames: ["actions/.*-artifact"],
32+
matchPackageNames: ["actions/upload-artifact", "actions/download-artifact"],
3333
description: "Weekly update of artifact-related GitHub Actions dependencies",
3434
},
3535
{

0 commit comments

Comments
 (0)