Skip to content

Commit c7f218f

Browse files
committed
chore: use built-in github-actions manager for README instead of custom regex
1 parent a2c701c commit c7f218f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/renovate.json5

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,8 @@
5252
datasourceTemplate: "github-releases",
5353
extractVersionTemplate: "^cli-(?<version>.+)$",
5454
},
55-
{
56-
// GitHub Actions in README.md (e.g. actions/checkout@v4, aws-actions/configure-aws-credentials@v4)
57-
// Excludes cloudquery/setup-cloudquery which is managed by release-please
58-
customType: "regex",
59-
fileMatch: ["^README\\.md$"],
60-
matchStrings: [
61-
"uses:\\s+(?<depName>(?!cloudquery/setup-cloudquery)[\\w-]+/[\\w-]+)@(?<currentValue>[^\\s#]+)",
62-
],
63-
datasourceTemplate: "github-tags",
64-
},
6555
],
56+
"github-actions": {
57+
fileMatch: ["^README\\.md$"],
58+
},
6659
}

0 commit comments

Comments
 (0)