Skip to content

Commit 1892eda

Browse files
refactor: updated renovate config to auto update minor and patch versions of edx dependencies (#963)
1 parent 381be9a commit 1892eda

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

renovate.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,12 @@
55
"patch": {
66
"automerge": true
77
},
8-
"rebaseStalePrs": true
8+
"rebaseStalePrs": true,
9+
"packageRules": [
10+
{
11+
"matchPackagePatterns": ["@edx"],
12+
"matchUpdateTypes": ["minor", "patch"],
13+
"automerge": true
14+
}
15+
]
916
}

0 commit comments

Comments
 (0)