Skip to content

Commit a2c701c

Browse files
committed
chore: add renovate manager for GitHub Actions in README
1 parent 51fc807 commit a2c701c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,15 @@
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+
},
5565
],
5666
}

0 commit comments

Comments
 (0)