Skip to content

Commit b1dbad3

Browse files
renovate[bot]renovate-botnavin-moorthy
authored
ci(deps): ➖ remove react native apps auto updates (#40)
* fix(deps): ⬆️ update prod dependencies (minor) * ci(deps): ➖ remove react native apps auto updates * revert(deps): ⏪️ revert deps updates * chore(lock): 💚 update yarn lock file Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Navin Moorthy <[email protected]>
1 parent a51679d commit b1dbad3

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

renovate.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
"extends": ["config:base"],
33
"commitMessageAction": "⬆️ update",
44
"ignoreDeps": [
5-
"react-native-gesture-handler",
6-
"react-native-reanimated",
7-
"react-native-svg",
5+
"react",
86
"@types/react",
7+
"react-dom",
8+
"react-native",
99
"@types/react-native",
10-
"react",
11-
"react-native"
10+
"react-native-svg",
11+
"react-native-reanimated",
12+
"react-native-gesture-handler",
13+
"react-native-safe-area-context",
14+
"react-native-screens"
1215
],
1316
"packageRules": [
1417
{

0 commit comments

Comments
 (0)