Skip to content

Commit

Permalink
refactor: updated renovate config to auto update minor and patch vers…
Browse files Browse the repository at this point in the history
…ions of edx dependencies (#845)
  • Loading branch information
abdullahwaheed authored Sep 6, 2022
1 parent 00c8dc0 commit f8969d1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@
"patch": {
"automerge": true
},
"rebaseStalePrs": true
"rebaseStalePrs": true,
"packageRules": [
{
"matchPackagePatterns": ["@edx"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}

0 comments on commit f8969d1

Please sign in to comment.