Add Renovate Config

This commit is contained in:
Alex 2024-12-28 20:33:49 +13:00
parent 5075232072
commit f78147e013

28
renovate.json Normal file
View file

@ -0,0 +1,28 @@
{
"extends": [
"config:base"
],
"schedule": "0 8 * * *",
"timezone": "Pacific/Auckland",
"vulnerabilityAlerts": {
"labels": ["security"],
"schedule": "* * * * *"
},
"labels": ["ready for review"],
"ignoreUnstable": true,
"minimumReleaseAge": 3,
"packageRules": [
{
"matchUpdateTypes": ["major"],
"labels": ["UPDATE-MAJOR"]
}
],
"docker": {
"pinDigests": true
}
}