Skip to content

Commit d598891

Browse files
Add renovate.json config following the approved strategy
Co-authored-by: NullVoxPopuli <[email protected]>
1 parent c5038b3 commit d598891

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

renovate.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"automerge": false,
7+
"dependencyDashboard": true,
8+
"schedule": ["every weekend"],
9+
"minimumReleaseAge": "10 days",
10+
"packageRules": [
11+
{
12+
"description": "Batch all @babel packages into a single PR",
13+
"matchPackagePrefixes": ["@babel/"],
14+
"groupName": "babel"
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)