We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309709f commit 56a8db6Copy full SHA for 56a8db6
1 file changed
.github/dependabot.yml
@@ -6,4 +6,14 @@ updates:
6
interval: weekly
7
exclude-paths:
8
- "testapp/**"
9
- - "testapp-cordova/**"
+ - "testapp-cordova/**"
10
+ ignore:
11
+ # some dependencies are updated manually to avoid breaking changes, so we ignore them in dependabot
12
+ - dependency-name: "react"
13
+ - dependency-name: "react-native"
14
+ - dependency-name: "@types/node"
15
+ - dependency-name: "@types/react"
16
+ - dependency-name: "@react-native/typescript-config"
17
+ - dependency-name: "@react-native/eslint-config"
18
+ - dependency-name: "eslint"
19
+ - dependency-name: "esbuild"
0 commit comments