Update renovate config to bump versions but avoid pins

This commit is contained in:
Mike Jolley 2019-10-01 14:18:03 +01:00
parent 98461cbf4e
commit 63aab96e70
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"packageNames": ["automattic/jetpack-autoloader"],
"rangeStrategy": "bump"
}
]
}