Skip to content

Commit 83d2aed

Browse files
authored
chore: stfu dependabot (#668)
1 parent 99ad980 commit 83d2aed

File tree

4 files changed

+429
-907
lines changed

4 files changed

+429
-907
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,30 @@ updates:
66
directory: "/"
77
schedule:
88
interval: "weekly"
9+
ignore:
10+
- "react"
11+
- "react-native"
12+
- "@react-native/eslint-plugin"
13+
- "@react-native/metro-config"
14+
- "@react-native/eslint-config"
15+
- "@react-native/gradle-plugin"
16+
- "@react-native-community/cli"
17+
- "@react-native-community/cli-platform-android"
18+
- "@react-native-community/cli-platform-ios"
19+
- "@types/react"
920
- package-ecosystem: "bun"
1021
target-branch: "0.x"
1122
directory: "/"
1223
schedule:
1324
interval: "weekly"
25+
ignore:
26+
- "react"
27+
- "react-native"
28+
- "@react-native/eslint-plugin"
29+
- "@react-native/metro-config"
30+
- "@react-native/eslint-config"
31+
- "@react-native/gradle-plugin"
32+
- "@react-native-community/cli"
33+
- "@react-native-community/cli-platform-android"
34+
- "@react-native-community/cli-platform-ios"
35+
- "@types/react"

0 commit comments

Comments
 (0)