Add Renovate Config
This commit is contained in:
parent
5075232072
commit
f78147e013
1 changed files with 28 additions and 0 deletions
28
renovate.json
Normal file
28
renovate.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue