Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 103e2ff

Browse files
salman2013Feanil Patel
authored and
Feanil Patel
committed
chore: add renovate configuration file
1 parent 14b2a51 commit 103e2ff

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/renovate.json

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"extends": [
3+
"config:base",
4+
"schedule:weekly",
5+
":automergeLinters",
6+
":automergeMinor",
7+
":automergeTesters",
8+
":enableVulnerabilityAlerts",
9+
":rebaseStalePrs",
10+
":semanticCommits",
11+
":updateNotScheduled"
12+
],
13+
"packageRules": [
14+
{
15+
"matchDepTypes": [
16+
"devDependencies"
17+
],
18+
"matchUpdateTypes": [
19+
"lockFileMaintenance",
20+
"minor",
21+
"patch",
22+
"pin"
23+
],
24+
"automerge": true
25+
},
26+
{
27+
"matchPackagePatterns": ["@edx", "@openedx"],
28+
"matchUpdateTypes": ["minor", "patch"],
29+
"automerge": true
30+
}
31+
],
32+
"timezone": "America/New_York"
33+
}

0 commit comments

Comments
 (0)