Disable patch updates
Build website container / Build image (push) Successful in 11s
Details
Build website container / Build image (push) Successful in 11s
Details
This commit is contained in:
parent
94144503f0
commit
0d3f07a4a5
|
@ -1,3 +1,10 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:base"
|
||||||
|
],
|
||||||
|
"separateMinorPatch": true,
|
||||||
|
"patch": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue