Skip to content

Commit

Permalink
Disable dependabot for NPM
Browse files Browse the repository at this point in the history
Currently does not support Bun
  • Loading branch information
stscoundrel committed Sep 15, 2024
1 parent 7157e8b commit 0ca85db
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 25
groups:
dependencies:
patterns:
- "*" # Match all dependencies to one PR.

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -18,4 +8,4 @@ updates:
groups:
ci-dependencies:
patterns:
- "*" # Match all dependencies to one PR.
- "*"

0 comments on commit 0ca85db

Please sign in to comment.