Skip to content

Commit 56a8db6

Browse files
authored
Added ignores to dependabot file (#360)
1 parent 309709f commit 56a8db6

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,14 @@ updates:
66
interval: weekly
77
exclude-paths:
88
- "testapp/**"
9-
- "testapp-cordova/**"
9+
- "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

Comments
 (0)