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

This commit is contained in:
Muhammad Abdullah Waheed
2022-08-25 01:51:39 +05:00
committed by GitHub
parent 2965508ad1
commit 8dfac206c5

View File

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