We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fc807 commit a2c701cCopy full SHA for a2c701c
1 file changed
.github/renovate.json5
@@ -52,5 +52,15 @@
52
datasourceTemplate: "github-releases",
53
extractVersionTemplate: "^cli-(?<version>.+)$",
54
},
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
+ },
65
],
66
}
0 commit comments