Skip to content

Commit 61cefc4

Browse files
chore: renovate config (#1333)
1 parent 26f9169 commit 61cefc4

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"typescript": "^4.0.2"
5555
},
5656
"dependencies": {
57-
"pretty-format": "^29.4.0"
57+
"pretty-format": "^29.0.0"
5858
},
5959
"peerDependencies": {
6060
"jest": ">=28.0.0",

renovate.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base"
3+
"extends": ["config:base"],
4+
"ignoreDeps": ["flow-bin"],
5+
"packageRules": [
6+
{
7+
"groupName": "React / React Native packages",
8+
"matchPackageNames": ["react", "react-native", "react-test-renderer"]
9+
},
10+
{
11+
"groupName": "all minor & patch deps",
12+
"groupSlug": "all-minor-patch",
13+
"matchPackagePatterns": ["*"],
14+
"matchUpdateTypes": ["minor", "patch"]
15+
}
516
]
617
}

0 commit comments

Comments
 (0)