Skip to content

Commit

Permalink
updating dependabot for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Sep 16, 2024
1 parent d95f713 commit 377ad87
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ updates:
- "node-fetch"
test:
patterns:
- "mocha"
- "chai"
- "@types/chai"
- "@types/mocha"
- "jest"
- "eslint"
- "@types/eslint"
- "@types/jest"
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
Expand All @@ -44,5 +44,4 @@ updates:
- package-ecosystem: "gitsubmodule"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

interval: "weekly"

0 comments on commit 377ad87

Please sign in to comment.