We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c701c commit c7f218fCopy full SHA for c7f218f
.github/renovate.json5
@@ -52,15 +52,8 @@
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
],
+ "github-actions": {
+ fileMatch: ["^README\\.md$"],
+ },
66
}
0 commit comments