refactor: add @openedx in renovate automate configuration (#342)

Co-authored-by: Muhammad Abdullah Waheed <42172960+abdullahwaheed@users.noreply.github.com>
This commit is contained in:
Mashal Malik
2023-10-02 19:06:37 +05:00
committed by GitHub
parent 7450b8f061
commit c3f5a07256

View File

@@ -24,7 +24,7 @@
"automerge": true "automerge": true
}, },
{ {
"matchPackagePatterns": ["@edx"], "matchPackagePatterns": ["@edx", "@openedx"],
"matchUpdateTypes": ["minor", "patch"], "matchUpdateTypes": ["minor", "patch"],
"automerge": true "automerge": true
} }