chore(github): Update renovate image only monthly

Signed-off-by: Marco Maurer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Maurer 2024-03-01 19:08:29 +01:00
parent 29e341091c
commit 66723b72db

View file

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