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

This commit is contained in:
Abdullah Waheed
2022-08-23 12:13:45 +05:00
committed by Adolfo R. Brandes
parent e54de547f6
commit a6a1d94d92

View File

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