Skip to content

Commit f9299d8

Browse files
authored
fix: Remove Dependabot config for root package.json
1 parent 01dae6e commit f9299d8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33

44
version: 2
55
updates:
6-
- package-ecosystem: "npm"
7-
directory: "/"
8-
schedule:
9-
interval: "weekly"
106
- package-ecosystem: "npm"
117
directory: "/.github/actions/find"
128
schedule:
@@ -18,4 +14,4 @@ updates:
1814
- package-ecosystem: "npm"
1915
directory: "/.github/actions/fix"
2016
schedule:
21-
interval: "weekly"
17+
interval: "weekly"

0 commit comments

Comments
 (0)