chore(github): Update renovate image only monthly (#2568)

This commit is contained in:
Marco Maurer (-Kilchhofer) 2024-03-01 22:48:29 +01:00 committed by GitHub
parent 5c256cce18
commit 075a8a634f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,6 +98,10 @@
{ {
"matchPackagePatterns": ["redis-ha"], "matchPackagePatterns": ["redis-ha"],
"enabled": false "enabled": false
},
{
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
"extends": ["schedule:monthly"]
} }
] ]
} }