Skip to content

Commit

Permalink
Update renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 authored May 27, 2024
1 parent f21a93f commit 33286ef
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
// upgrading React Native.
"@babel/preset-env",
"@babel/runtime",
"@tsconfig/react-native",
"@types/react-native",
"@testing-library/react-native",
"@tsconfig/ive",
"@types/ive",
"@testing-library/ive",
"androidx.appcompat:appcompat",
"babel-plugin-module-resolver",
"com.android.tools.build:gradle",
Expand All @@ -123,11 +123,11 @@
"de.undercouch:gradle-download-task",
"jsc-android",
"org.robolectric:robolectric",
"react-native",
"ive",

// We currently don't have automated tests that verify that the
// sidemenus work correctly in the mobile app. Because an update to
// react-native-reanimated has previously broken the sidemenu
// ive-reanimated has previously broken the sidemenu
// (https://github.com/laurent22/joplin/issues/8456), we disable auto
// updates for it:
"react-native-reanimated",
Expand Down Expand Up @@ -203,6 +203,9 @@
// For now we are stuck with v5.1.6 due to this bug:
// https://github.com/TryGhost/node-sqlite3/issues/1747
"sqlite3",

// They refactored it with undocumented breaking changes.
"react-native-vosk",
],
"packageRules": [
{
Expand Down

0 comments on commit 33286ef

Please sign in to comment.