Skip to content

Commit b78a969

Browse files
authored
Update dependabot.yml
I forgot that dependabot just does yarn with the npm ecosystem. Removing the yarn section
1 parent 2310243 commit b78a969

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ updates:
66
schedule:
77
interval: "weekly"
88

9-
# Update Yarn dependencies based on yarn.lock
10-
- package-ecosystem: "yarn"
11-
directory: "/" # Root directory
12-
schedule:
13-
interval: "weekly"
14-
159
# Keep Dependabot itself up to date
1610
- package-ecosystem: "github-actions"
1711
directory: "/" # Root directory (or specify if actions are elsewhere)

0 commit comments

Comments
 (0)