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

This commit is contained in:
Abdullah Waheed
2022-08-23 15:01:30 +05:00
parent 7503e6c5cb
commit 728fd3f232

View File

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