Skip to content

Commit 89f40fd

Browse files
authored
chore(github): Support redis-exporter to Renovate (#3105)
1 parent b594e6b commit 89f40fd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

renovate.json

+7
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@
101101
"matchPackagePatterns": ["redis-ha"],
102102
"enabled": false
103103
},
104+
{
105+
"matchPackagePatterns": ["public.ecr.aws/bitnami/redis-exporter"],
106+
"commitMessagePrefix": "chore({{{replace 'public.ecr.aws/' '' depName}}}):",
107+
"postUpgradeTasks": {
108+
"commands": ["./scripts/renovate-bump-version.sh {{depName}}"]
109+
}
110+
},
104111
{
105112
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
106113
"extends": ["schedule:monthly"]

0 commit comments

Comments
 (0)