Update renovate config to bump versions but avoid pins
This commit is contained in:
parent
98461cbf4e
commit
63aab96e70
|
@ -1,5 +1,11 @@
|
||||||
{
|
{
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base"
|
"config:base"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"packageNames": ["automattic/jetpack-autoloader"],
|
||||||
|
"rangeStrategy": "bump"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue