refactor: updated renovate config to auto update minor and patch versions of edx dependencies (#963)

This commit is contained in:
Muhammad Abdullah Waheed
2022-09-28 19:47:31 +05:00
committed by GitHub
parent 381be9a26b
commit 1892edaade

View File

@@ -5,5 +5,12 @@
"patch": {
"automerge": true
},
"rebaseStalePrs": true
"rebaseStalePrs": true,
"packageRules": [
{
"matchPackagePatterns": ["@edx"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}