refactor: updated renovate config to auto update minor and patch versions of edx dependencies

This commit is contained in:
Abdullah Waheed
2022-08-22 17:20:31 +05:00
committed by Adolfo R. Brandes
parent 994b21c0c1
commit 536d67404f

View File

@@ -22,6 +22,11 @@
"pin"
],
"automerge": true
},
{
"matchPackagePatterns": ["@edx"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
],
"timezone": "America/New_York"