Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
I forgot that dependabot just does yarn with the npm ecosystem. Removing the yarn section
  • Loading branch information
St0rmz1 authored Jan 2, 2025
1 parent 2310243 commit b78a969
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ updates:
schedule:
interval: "weekly"

# Update Yarn dependencies based on yarn.lock
- package-ecosystem: "yarn"
directory: "/" # Root directory
schedule:
interval: "weekly"

# Keep Dependabot itself up to date
- package-ecosystem: "github-actions"
directory: "/" # Root directory (or specify if actions are elsewhere)
Expand Down

0 comments on commit b78a969

Please sign in to comment.