chore(github): Support redis-exporter to Renovate (#3105)
parent
b594e6bd20
commit
89f40fd001
|
@ -101,6 +101,13 @@
|
||||||
"matchPackagePatterns": ["redis-ha"],
|
"matchPackagePatterns": ["redis-ha"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": ["public.ecr.aws/bitnami/redis-exporter"],
|
||||||
|
"commitMessagePrefix": "chore({{{replace 'public.ecr.aws/' '' depName}}}):",
|
||||||
|
"postUpgradeTasks": {
|
||||||
|
"commands": ["./scripts/renovate-bump-version.sh {{depName}}"]
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
|
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
|
||||||
"extends": ["schedule:monthly"]
|
"extends": ["schedule:monthly"]
|
||||||
|
|
Loading…
Reference in New Issue