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