Disable path updates
This commit is contained in:
parent
cbc56e9ee9
commit
0fe08528bf
|
@ -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